aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/util/ECUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery.J08nY2019-03-181-4/+15
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-041-0/+6
* Add better semi-random generation of inputs in tests.J08nY2019-03-041-29/+115
* Many fixes to cofactor, edge-cases and misc suites.J08nY2019-02-281-1/+30
* Add better loading of keys to standalone.J08nY2019-02-281-2/+41
* Add option to use preset semi-random private key in tests.J08nY2019-02-211-0/+23
* Add named key opts to standalone.J08nY2018-12-171-0/+9
* Add nonce output to standalone ECDSA function.J08nY2018-12-021-0/+1
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-021-3/+38
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-031-0/+8
* Add various ECDSA tests.J08nY2018-08-111-0/+4
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-101-11/+46
* Fix point decompression in util.J08nY2018-03-271-2/+8
* Make sure byteArrays are of positive BigIntegers.J08nY2017-12-011-3/+3
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-10/+52
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-1/+94
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-261-0/+37