summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Expand)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
| | * Port of Threefish implementation from bc-java.Tim Whittington2013-10-208-1/+1737
| * | Merge branch 'pkix-validator-throw' of git://github.com/jstedfast/bc-csharp i...Peter2014-01-211-5/+5
| |\ \
| | * | Need to throw the new exceptions rather than leaving them to fall into the voidJeffrey Stedfast2013-11-241-5/+5
| * | | Bring EC performance test up-to-date with Java versionPeter Dettman2014-01-211-53/+109
| * | | Add new classes in Math.Field and some other EC-related stuff from JavaPeter Dettman2014-01-2112-0/+540
| * | | Use ECCurve.CreatePointPeter Dettman2014-01-211-430/+428
| * | | FormattingPeter Dettman2014-01-211-714/+714
| * | | FormattingPeter Dettman2014-01-211-1173/+1173
| * | | Add target frameworks for mono-3.5 and -4.0Peter2014-01-211-0/+14
| * | | Make typed Equals methods public (and virtual)Peter Dettman2014-01-211-3/+3
| * | | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2014-01-212-13/+25
| |\ \ \
| | * | | added Camellia tagsDavid Hook2014-01-151-2/+11
| | * | | added Camellia tagsDavid Hook2014-01-151-11/+14
| * | | | Remove old MonoDevelop project files, since MonoDevelop now supports the Visu...Peter Dettman2014-01-211-2324/+0
| * | | | Make static utility classes abstract instead of sealedPeter Dettman2014-01-216-298/+288
| * | | | Bring Fp field element code mostly up-to-date with Java versionPeter Dettman2014-01-212-778/+800
| * | | | Fix XML commentsPeter Dettman2014-01-212-5/+5
| |/ / /
| * | | Registerize top accumulator word in Montgomery multiplication/squaringPeter Dettman2014-01-031-6/+12
| * | | Fix tabsPeter Dettman2014-01-031-2128/+2128
| * | | Make date format consistent with Java testsPeter Dettman2013-12-293-9/+9
| * | | Use Platform.ToUpperInvariantPeter Dettman2013-12-181-1/+1
| * | | Port of PrfAlgorithm and ProtocolVersion from Java TLSPeter Dettman2013-12-184-0/+196
| * | | Factor out variation of MacUtilities.DoFinalPeter Dettman2013-12-182-4/+8
| * | | Clean up all the special handling for IDEA stuff, back to a single release as...Peter Dettman2013-12-1714-3115/+3035
| * | | More porting from Java TLS, mainly enum replacementPeter Dettman2013-12-1728-821/+1100
| * | | A round of porting from Java TLSPeter Dettman2013-12-1729-1196/+1748
| * | | Add methods for converting from BC RSAPrivateKeyStructurePeter Dettman2013-12-071-13/+34
| * | | Use Negate() to simplifyPeter Dettman2013-12-051-1/+1
| * | | Add ECFieldElement.GetEncoded() methodPeter Dettman2013-12-051-2/+7
| * | | Always apply sign guardPeter Dettman2013-12-031-4/+4
| |/ /
| * | Use 1/n-1 record splitting instead of 0/nPeter Dettman2013-11-201-13/+24
| * | Auto-initialize random if necessaryPeter Dettman2013-11-111-0/+5
| * | Don't require there to be any digests, to allow in particular for a certs-onl...Peter Dettman2013-11-102-5/+20
| * | Port from Java of improvements to DerBoolean and DerEnumeratedPeter Dettman2013-11-033-61/+97
| * | 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
| |\ \
| | * | 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 p...Peter Dettman2013-11-011-1/+1
| * | 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
| |\ \
| | * | Port GMac implementation and tests from bc-java.Tim Whittington2013-10-207-0/+311
| | |/
| * | Fix XML commentPeter Dettman2013-11-011-306/+307
| * | 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 fr...Tim Whittington2013-10-108-98/+1005
| | |/
| * / 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
* rename Crypto dir to crypto to match bc-gitOren Novotny2014-08-26754-87300/+0
* Target WP8.1 alsoMichelle Bergeron2014-08-031-1/+1
* Add BouncyCastle PCL filesOren Novotny2014-02-261132-0/+203662