summaryrefslogtreecommitdiff
path: root/util/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-18Bump version.J08nY5-10/+10
2019-03-18Add customizable time resolution.develJ08nY7-87/+93
2019-03-18Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery.J08nY8-304/+1906
2019-03-15Update libs.J08nY1-2/+5
2019-03-14Fix chunking.J08nY7-64/+75
2019-03-14Add better chunking support and detect it at runtime.J08nY6-19/+35
2019-03-13Add custom command chaining to be able to test T=0 cards.J08nY8-29/+121
2019-03-07Fix invalid points in the invalid test suite (some were not padded).J08nY15-431/+431
2019-03-06Do not use certain keys in cofactor test, as they are really not cofactor ↵J08nY1-20/+25
points.
2019-03-06Fix some keys in invalid test suite, add "random" test option.J08nY15-92/+111
2019-03-04Some fixes in wrong test suite, better ordering of tests.J08nY6-39/+37
2019-03-04Add better semi-random generation of inputs in tests.J08nY8-42/+172
2019-02-28Many fixes to cofactor, edge-cases and misc suites.J08nY9-10/+84
2019-02-28Fix some wycheproof vectors, fix edge-case test.J08nY2-19/+20
2019-02-28Fix build.J08nY1-5/+5
2019-02-28Add better loading of keys to standalone.J08nY5-100/+115
2019-02-26Fix setting key parts in ECDH util function, fix exports of large keys.J08nY2-11/+12
2019-02-25Allow endless ECDSA and ECDH running, add info on test options to help.J08nY14-26/+58
2019-02-22Bump version...0.3.2J08nY3-5/+5
2019-02-22Make edge-cases suite take preset keys. Reformat code.J08nY8-18/+16
2019-02-22Add signature validation tests.J08nY1-15/+68
2019-02-21Add option to use preset semi-random private key in tests.J08nY8-5/+75
2019-02-21Add large cofactor curves to tests.J08nY2-0/+37
2019-02-19Prefer T=1 protocol.J08nY1-1/+8
2019-02-19Workaround for a Java bug...J08nY6-13/+21
2018-12-21Update documentation.J08nY11-52/+97
2018-12-17Fixup edgecases test suite.J08nY2-46/+61
2018-12-17Update README.J08nY1-61/+87
2018-12-17Use dry-run mode of applet for all commands.J08nY3-15/+63
2018-12-17Fix applet switch fall-through and standalone ECDH on BouncyCastle.J08nY2-2/+2
2018-12-17Add named key opts to standalone.J08nY2-12/+70
2018-12-17Allow fixed key in ECDH.J08nY2-23/+47
2018-12-16Add test of ECDH when keypair has engated pubkey.J08nY3-19/+35
2018-12-10Cleaner evaluation of twist/degenerate tests.J08nY3-13/+25
2018-12-10Add points on twists for additional cofactor = 4 curves.J08nY4-0/+125
2018-12-10Add more tests of bit-patterns to edge-cases test sutie.J08nY2-5/+18
2018-12-10Add degenerate tests for curves with cofactor = 4.J08nY4-13/+134
2018-12-02Add nonce output to standalone ECDSA function.J08nY3-4/+16
2018-12-02Add nonce recovery and output in ECDSA utility function.J08nY4-40/+108
2018-12-02Add more output to signature command in reader app.J08nY2-13/+55
2018-12-01Add entropy estimation to plot_gen.J08nY2-17/+53
2018-12-01Add more cofactor curves.J08nY4-0/+15
2018-11-30Add dry run mode to enable precise time measurement via overhead subtraction.J08nY8-83/+259
2018-11-28Bump version.0.3.1J08nY3-5/+5
2018-11-28Add entropy estimation to plot_gen.J08nY1-2/+22
2018-11-23Use native timing when available.J08nY1-12/+20
2018-11-23Improve native lib timing.J08nY23-92/+593
2018-11-18Add more keygen/ecdh/ecdsa options to standalone.J08nY1-119/+171
2018-11-18Fix keygen plotting.J08nY2-27/+50
2018-11-18Output duration of keygen and export as well.J08nY3-65/+97