summary refs log tree commit diff
path: root/crypto/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Auto-initialize random if necessaryPeter Dettman2013-11-111-0/+5
|
* Don't require there to be any digests, to allow in particular for a ↵Peter Dettman2013-11-101-5/+0
| | | | certs-only SignedData
* Port from Java of improvements to DerBoolean and DerEnumeratedPeter Dettman2013-11-033-61/+97
|
* Fix commentsPeter Dettman2013-11-021-4/+5
|
* Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharpPeter Dettman2013-11-022-0/+394
|\ | | | | | | | | Conflicts: crypto/crypto.mdp
| * Port Poly1305 Mac implementation and tests from bc-java.Tim Whittington2013-10-202-0/+394
| |
* | Clone bytes in constructor since it may be using a temp buffer in the ASN.1 ↵Peter Dettman2013-11-011-1/+1
| | | | | | | | parser
* | Minor edit to commentPeter Dettman2013-11-011-1/+1
| |
* | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharpPeter Dettman2013-11-014-0/+124
|\ \ | | | | | | | | | | | | Conflicts: crypto/crypto.mdp
| * | Port GMac implementation and tests from bc-java.Tim Whittington2013-10-204-0/+124
| |/
* | Fix length in ShiftLeftPeter Dettman2013-11-011-1/+1
| |
* | Restore dodgy filePeter Dettman2013-11-011-0/+0
| |
* | Remove dodgy filePeter Dettman2013-11-011-0/+0
| |
* | Use xmldoc for documentation of Salsa20/XSalsa20/ChaChaTim Whittington2013-10-193-45/+37
| |
* | Make ChaCha and Salsa20 engines CLSCompliant.Tim Whittington2013-10-182-7/+5
| |
* | Port reduced round Salsa20, registerised Salsa20 core, XSalsa20 and ChaCha ↵Tim Whittington2013-10-103-91/+434
|/ | | | from bc-java.
* 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