summaryrefslogtreecommitdiff
path: root/chip/g/dcrypto
Commit message (Expand)AuthorAgeFilesLines
* CR50: remove incorrect output length check in RSA decryptnagendra modadugu2016-02-101-1/+1
* CR50: Include NUL byte from label for OAEP pad calculationstabilize-7912.Bnagendra modadugu2016-02-091-2/+2
* CR50: Add initial elliptic curve crypto implementation.nagendra modadugu2016-02-086-0/+2086
* CR50: enable the bignum library to handle word un-aligned keysnagendra modadugu2016-02-083-30/+31
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* CR50: fix unaligned memory accesses in dcrypto/aes.nagendra modadugu2016-02-031-4/+4
* Fix bug in software sha256_hash()nagendra modadugu2016-01-281-4/+1
* Initial RSA implementation.stabilize-7821.Bnagendra modadugu2016-01-114-0/+826
* cr50: reduce hash implementation stack requirementsVadim Bendebury2015-12-032-12/+21
* cr50: fix cryptography problemsVadim Bendebury2015-12-031-2/+1
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-254-11/+410
* cr50: dcrypto code belongs with the chip, not with the boardVadim Bendebury2015-11-233-0/+181