summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Poly1305 contributors entryPeter Dettman2013-11-021-1/+1
|
* Fix commentsPeter Dettman2013-11-021-4/+5
|
* Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharpPeter Dettman2013-11-026-0/+808
|\ | | | | | | | | Conflicts: crypto/crypto.mdp
| * Port Poly1305 Mac implementation and tests from bc-java.Tim Whittington2013-10-205-0/+793
| |
* | Add contributor entries for recent patchesPeter Dettman2013-11-021-0/+6
| |
* | Fix namespacePeter Dettman2013-11-011-5/+7
| |
* | Clone bytes in constructor since it may be using a temp buffer in the ASN.1 ↵Peter Dettman2013-11-011-1/+1
| | | | | | | | parser
* | Add EnumeratedTest classPeter Dettman2013-11-013-0/+119
| |
* | Minor edit to commentPeter Dettman2013-11-011-1/+1
| |
* | Add GMac classes to project filePeter Dettman2013-11-011-0/+10
| |
* | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharpPeter Dettman2013-11-017-0/+311
|\ \ | | | | | | | | | | | | Conflicts: crypto/crypto.mdp
| * | Port GMac implementation and tests from bc-java.Tim Whittington2013-10-207-0/+311
| |/
* | Fix XML commentPeter Dettman2013-11-011-306/+307
| | | | | | | | Detabify
* | Add new classes for ChaCha and XSalsa20Peter Dettman2013-11-011-0/+20
| |
* | 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
| |
* | Merge branch 'feature/latin-dances' of git://github.com/timw/bc-csharpPeter Dettman2013-11-018-109/+1006
|\ \
| * | 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-108-98/+1005
| |/ | | | | | | from bc-java.
* / added obligatory Inc.David Hook2013-10-281-1/+1
|/
* 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-282272-0/+281642