summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Port HMac optimisation using Memoable digests from bc-java.Tim Whittington2013-10-201-7/+37
|
* Refactor digest tests to subclass DigestTest, the same as bc-java.Tim Whittington2013-10-2014-1869/+644
|
* Port SM3 digest implementation and tests from bc-java.Tim Whittington2013-10-204-0/+405
|
* Port Memoable digest support from bc-java.Tim Whittington2013-10-2025-96/+536
|
* Port SkeinDigest and SkeinMac from bc-java.Tim Whittington2013-10-209-0/+1847
| | | | 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-208-1/+1737
| | | | 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-072-418/+440
|
* Fix Platform references in testsPeter Dettman2013-07-072-161/+163
|
* Initial import of old CVS repositoryPeter Dettman2013-06-282279-0/+281992
|
* Set up text/binary handling for existing file typesPeter Dettman2013-06-281-0/+37