summary refs log tree commit diff
path: root/crypto/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add Times utility classPeter Dettman2014-08-201-0/+14
|
* 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
* Move NullOutputStream to util/ioPeter Dettman2014-04-061-0/+18
|
* 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
|
* Update encoders from Java version, including catching invalid data instead ↵Peter Dettman2014-02-072-418/+448
| | | | of ignoring it
* Cleanup various warnings, and reformattingPeter Dettman2014-01-292-21/+21
|
* 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-213-0/+80
|\ | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs
| * Port Memoable digest support from bc-java.Tim Whittington2013-10-202-0/+56
| |
| * 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.
* | Add new classes in Math.Field and some other EC-related stuff from JavaPeter Dettman2014-01-211-0/+17
| |
* | Make static utility classes abstract instead of sealedPeter Dettman2014-01-216-298/+288
|/ | | | | Add Arrays.GetHashCode for int[] Formatting
* Initial import of old CVS repositoryPeter Dettman2013-06-2859-0/+9132