summary refs log tree commit diff
path: root/crypto/src/util/Arrays.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various span usagesPeter Dettman2022-10-051-0/+18
|
* Generic ReverseInPlace methodPeter Dettman2022-10-021-27/+4
|
* Span-based variant of IRawAgreement.CalculateAgreementPeter Dettman2022-10-011-0/+12
|
* Span-based variant for IAeadCipher.DoFinalPeter Dettman2022-08-301-1/+17
|
* Add span concatenation methodsPeter Dettman2022-08-301-0/+32
|
* Fix warningsPeter Dettman2022-07-171-2/+6
|
* SIKE implementation with compression addedRoy Basmacier2022-07-011-0/+11
| | | | Implemented SecretWIhEcapsulationImpl.cs
* Simplify attributesPeter Dettman2022-06-241-12/+12
|
* Initial merge of PQC portroyb2022-06-231-0/+19
|
* ObsoleteAttribute cleanupPeter Dettman2022-06-211-8/+0
|
* Add missing GetHashCode variantPeter Dettman2021-08-081-0/+18
|
* Fix project files plus portability fixesPeter Dettman2021-05-241-0/+1
|
* first cut FPE, TupleHash, ParallelHash, and GCM-SIVDavid Hook2021-03-191-0/+24
|
* Add ReverseInPlace methodsPeter Dettman2021-02-101-0/+32
|
* GCM updates from bc-javaPeter Dettman2020-10-181-0/+51
|
* Misc. updates from bc-javaPeter Dettman2020-07-301-0/+10
|
* Improve ChaCha20Poly1305 testsPeter Dettman2019-10-231-3/+18
| | | | - focused on processing array sub-ranges
* Updates from bc-javaPeter Dettman2019-09-091-10/+51
|
* Add Clone for bool[]Peter Dettman2019-08-091-30/+21
|
* Misc. ASN.1 updates from bc-javaPeter Dettman2019-08-011-0/+14
|
* Update Arrays.csKristian Rastrup2019-05-231-1/+1
| | | Changed to string since char in StringBuilder constructor gets converted into int for capacity
* Port of CVC-ECDSA and PLAIN-ECDSA from JavaPeter Dettman2018-10-141-0/+8
|
* RFC 7748: Exclude all-zeroes agreement valuePeter Dettman2018-10-061-0/+10
|
* RefactoringPeter Dettman2018-09-201-0/+3
|
* Finish port of latest PRNG/DRBG stuff from JavaPeter Dettman2015-11-161-44/+20
|
* added 4[] ConcatenateDavid Hook2015-11-161-0/+31
|
* added 3[] ConcatenateDavid Hook2015-11-161-0/+22
|
* F2mCurve cleanupPeter Dettman2015-03-261-0/+16
|
* Add GetHashCode methods for ulong[]Peter Dettman2015-03-241-0/+42
|
* Various updates to GCM from Java buildPeter Dettman2014-12-161-0/+5
|
* Finish initial porting of TLS 1.2 client from Java APIPeter Dettman2014-08-241-0/+13
|
* More TLS ported from Java APIPeter Dettman2014-08-211-4/+85
|
* Port of new TlsEccUtilities class from JavaPeter Dettman2014-07-231-0/+102
| | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types
* BMA-105Peter Dettman2014-07-211-0/+16
| | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java
* Equality/hashcode should ignore "excess" wordsPeter Dettman2014-02-271-0/+54
|
* Port some openpgp updates from Java build for secret keysPeter Dettman2014-02-251-0/+13
|
* Add methods working with uint[]Peter Dettman2014-01-261-2/+44
|
* Port LongArray from Java and use in F2mFieldElementPeter Dettman2014-01-221-2/+7
|
* Fix up mergePeter Dettman2014-01-211-11/+27
|
* Merge branch 'feature/threefish-skein-memoable-sm3' of ↵Peter Dettman2014-01-211-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 Whittington2013-10-201-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 sealedPeter Dettman2014-01-211-157/+170
|/ | | | | Add Arrays.GetHashCode for int[] Formatting
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+233