summary refs log tree commit diff
path: root/crypto/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port HMac optimisation using Memoable digests from bc-java.Tim Whittington2013-10-201-7/+37
|
* Port SM3 digest implementation and tests from bc-java.Tim Whittington2013-10-201-0/+328
|
* Port Memoable digest support from bc-java.Tim Whittington2013-10-2023-94/+492
|
* Port SkeinDigest and SkeinMac from bc-java.Tim Whittington2013-10-205-0/+1362
| | | | Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests.
* Port of Threefish implementation from bc-java.Tim Whittington2013-10-202-0/+1531
| | | | All block sizes (256/5124/1024) and unit tests.
* fixed line endingsDavid Hook2013-08-071-0/+0
|
* Don't ignore the input offset argumentPeter Dettman2013-07-311-3/+3
|
* Attempt to perform doubling operation in constant timePeter Dettman2013-07-101-13/+23
|
* Guard against passing IV thru CMacPeter Dettman2013-07-071-220/+226
|
* Initial import of old CVS repositoryPeter Dettman2013-06-281133-0/+161568