summary refs log tree commit diff
path: root/crypto/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make class abstractPeter Dettman2014-01-241-32/+24
| |
| * Track uvLen to reduce shifting for small operandsPeter Dettman2014-01-241-9/+18
| |
| * Move methodPeter Dettman2014-01-241-16/+16
| |
| * Port of several interrelated things from Java build:Peter Dettman2014-01-2311-578/+1056
| | | | | | | | | | | | | | | | - Z coordinates for points - More point normalization code - Curve management of point precomp info - Add WNafUtilities and use in multipliers/ECAlgorithms - Make various fields/classes protected/public
| * Use ImportPoint to make sure points are on same curvePeter Dettman2014-01-231-15/+49
| | | | | | | | Add MontgomeryTrick method
| * FormattingPeter Dettman2014-01-231-45/+45
| |
| * Use residue-based reduction for more curves, in particular P-256Peter Dettman2014-01-231-2/+8
| |
| * Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse ↵Peter Dettman2014-01-234-495/+636
| | | | | | | | implementation for FpFieldElement
| * Avoid unnecessary multiplication in final ExtEuclid iterationPeter Dettman2014-01-231-32/+16
| |
| * Add foundations for supporting other coordinate systemsPeter Dettman2014-01-222-85/+226
| | | | | | | | | | Add curve configuration Multipliers now live on the curve instead of points
| * Make publicPeter Dettman2014-01-222-2/+2
| |
| * Override methods to optimize for LongArrayPeter Dettman2014-01-221-0/+20
| |
| * Use new Math.Field classes in EC curves, and avoid casting in client codePeter Dettman2014-01-225-349/+385
| |
| * Implement TwicePlus optimization in Fp curvesPeter Dettman2014-01-223-312/+439
| |
| * Port LongArray from Java and use in F2mFieldElementPeter Dettman2014-01-223-157/+2086
| |
| * BMA-119Peter Dettman2014-01-211-601/+496
| | | | | | | | | | Make GetValueList methods consistent Remove obsolete X509Name methods
| * Fix up openssl test casesPeter Dettman2014-01-211-353/+353
| |
| * Remove DerUnknownTag classPeter Dettman2014-01-211-80/+0
| |
| * Stop using DerUnknownTag (throw exceptions during parsing instead)Peter Dettman2014-01-213-463/+457
| |
| * BMA-118Peter Dettman2014-01-211-95/+88
| | | | | | | | Handle null properly in AuthorityInformationAccess.GetInstance
| * ReformatPeter Dettman2014-01-211-44/+42
| |
| * BMA-116Peter Dettman2014-01-213-249/+266
| | | | | | | | Update some Asn1.X509 classes from Java
| * Fix Equals methodsPeter Dettman2014-01-212-27/+28
| |
| * Add new files to project, rename Sm3 to SM3Peter Dettman2014-01-211-8/+8
| |
| * Fix up mergePeter Dettman2014-01-212-12/+29
| |
| * Merge branch 'feature/threefish-skein-memoable-sm3' of ↵Peter Dettman2014-01-2130-75/+3708
| |\ | | | | | | | | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs
| | * 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.
| * | Merge branch 'pkix-validator-throw' of git://github.com/jstedfast/bc-csharp ↵Peter2014-01-211-5/+5
| |\ \ | | | | | | | | | | | | into jstedfast-pkix-validator-throw
| | * | Need to throw the new exceptions rather than leaving them to fall into the voidJeffrey Stedfast2013-11-241-5/+5
| | | |
| * | | Add new classes in Math.Field and some other EC-related stuff from JavaPeter Dettman2014-01-2111-0/+485
| | | |
| * | | FormattingPeter Dettman2014-01-211-714/+714
| | | |
| * | | FormattingPeter Dettman2014-01-211-1173/+1173
| | | |
| * | | 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
| | | | |
| * | | | Make static utility classes abstract instead of sealedPeter Dettman2014-01-216-298/+288
| | | | | | | | | | | | | | | | | | | | | | | | | Add Arrays.GetHashCode for int[] Formatting
| * | | | 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-292-8/+8
| | | |
| * | | Use Platform.ToUpperInvariantPeter Dettman2013-12-181-1/+1
| | | |
| * | | Port of PrfAlgorithm and ProtocolVersion from Java TLSPeter Dettman2013-12-182-0/+184
| | | |
| * | | 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 ↵Peter Dettman2013-12-175-43/+22
| | | | | | | | | | | | | | | | assembly.
| * | | More porting from Java TLS, mainly enum replacementPeter Dettman2013-12-1728-821/+1100
| | | |
| * | | A round of porting from Java TLSPeter Dettman2013-12-1727-1188/+1728
| | | |
| * | | 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 ↵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
|
* rename Crypto dir to crypto to match bc-gitOren Novotny2014-08-26752-87063/+0
|
* Add BouncyCastle PCL filesOren Novotny2014-02-261122-0/+158139