Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various span usages | Peter Dettman | 2022-10-05 | 1 | -0/+18 |
| | |||||
* | Generic ReverseInPlace method | Peter Dettman | 2022-10-02 | 1 | -27/+4 |
| | |||||
* | Span-based variant of IRawAgreement.CalculateAgreement | Peter Dettman | 2022-10-01 | 1 | -0/+12 |
| | |||||
* | Span-based variant for IAeadCipher.DoFinal | Peter Dettman | 2022-08-30 | 1 | -1/+17 |
| | |||||
* | Add span concatenation methods | Peter Dettman | 2022-08-30 | 1 | -0/+32 |
| | |||||
* | Fix warnings | Peter Dettman | 2022-07-17 | 1 | -2/+6 |
| | |||||
* | SIKE implementation with compression added | Roy Basmacier | 2022-07-01 | 1 | -0/+11 |
| | | | | Implemented SecretWIhEcapsulationImpl.cs | ||||
* | Simplify attributes | Peter Dettman | 2022-06-24 | 1 | -12/+12 |
| | |||||
* | Initial merge of PQC port | royb | 2022-06-23 | 1 | -0/+19 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 1 | -8/+0 |
| | |||||
* | Add missing GetHashCode variant | Peter Dettman | 2021-08-08 | 1 | -0/+18 |
| | |||||
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 1 | -0/+1 |
| | |||||
* | first cut FPE, TupleHash, ParallelHash, and GCM-SIV | David Hook | 2021-03-19 | 1 | -0/+24 |
| | |||||
* | Add ReverseInPlace methods | Peter Dettman | 2021-02-10 | 1 | -0/+32 |
| | |||||
* | GCM updates from bc-java | Peter Dettman | 2020-10-18 | 1 | -0/+51 |
| | |||||
* | Misc. updates from bc-java | Peter Dettman | 2020-07-30 | 1 | -0/+10 |
| | |||||
* | Improve ChaCha20Poly1305 tests | Peter Dettman | 2019-10-23 | 1 | -3/+18 |
| | | | | - focused on processing array sub-ranges | ||||
* | Updates from bc-java | Peter Dettman | 2019-09-09 | 1 | -10/+51 |
| | |||||
* | Add Clone for bool[] | Peter Dettman | 2019-08-09 | 1 | -30/+21 |
| | |||||
* | Misc. ASN.1 updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -0/+14 |
| | |||||
* | Update Arrays.cs | Kristian Rastrup | 2019-05-23 | 1 | -1/+1 |
| | | | Changed to string since char in StringBuilder constructor gets converted into int for capacity | ||||
* | Port of CVC-ECDSA and PLAIN-ECDSA from Java | Peter Dettman | 2018-10-14 | 1 | -0/+8 |
| | |||||
* | RFC 7748: Exclude all-zeroes agreement value | Peter Dettman | 2018-10-06 | 1 | -0/+10 |
| | |||||
* | Refactoring | Peter Dettman | 2018-09-20 | 1 | -0/+3 |
| | |||||
* | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 1 | -44/+20 |
| | |||||
* | added 4[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+31 |
| | |||||
* | added 3[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+22 |
| | |||||
* | F2mCurve cleanup | Peter Dettman | 2015-03-26 | 1 | -0/+16 |
| | |||||
* | Add GetHashCode methods for ulong[] | Peter Dettman | 2015-03-24 | 1 | -0/+42 |
| | |||||
* | Various updates to GCM from Java build | Peter Dettman | 2014-12-16 | 1 | -0/+5 |
| | |||||
* | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 2014-08-24 | 1 | -0/+13 |
| | |||||
* | More TLS ported from Java API | Peter Dettman | 2014-08-21 | 1 | -4/+85 |
| | |||||
* | Port of new TlsEccUtilities class from Java | Peter Dettman | 2014-07-23 | 1 | -0/+102 |
| | | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types | ||||
* | BMA-105 | Peter Dettman | 2014-07-21 | 1 | -0/+16 |
| | | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java | ||||
* | Equality/hashcode should ignore "excess" words | Peter Dettman | 2014-02-27 | 1 | -0/+54 |
| | |||||
* | Port some openpgp updates from Java build for secret keys | Peter Dettman | 2014-02-25 | 1 | -0/+13 |
| | |||||
* | Add methods working with uint[] | Peter Dettman | 2014-01-26 | 1 | -2/+44 |
| | |||||
* | Port LongArray from Java and use in F2mFieldElement | Peter Dettman | 2014-01-22 | 1 | -2/+7 |
| | |||||
* | Fix up merge | Peter Dettman | 2014-01-21 | 1 | -11/+27 |
| | |||||
* | Merge branch 'feature/threefish-skein-memoable-sm3' of ↵ | Peter Dettman | 2014-01-21 | 1 | -0/+24 |
|\ | | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs | ||||
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 1 | -0/+40 |
| | | | | | | | | Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests. | ||||
* | | Make static utility classes abstract instead of sealed | Peter Dettman | 2014-01-21 | 1 | -157/+170 |
|/ | | | | | Add Arrays.GetHashCode for int[] Formatting | ||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1 | -0/+233 |