summaryrefslogtreecommitdiff
path: root/util/plot_gen.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-11-14Add ECDH validation tests using BouncyCastle.J08nY10-14/+187
2018-11-14Print named objects cleaner. Increase applet buffer sizes.J08nY3-50/+26
2018-11-14Fix long response APDU handling and exported params handling.J08nY2-2/+2
2018-11-11Add applet metadata to test outputs.J08nY4-6/+35
2018-11-11Add more signature tests.J08nY1-0/+36
2018-11-11Add WolfCrypt provider to testing.J08nY7-2/+35
2018-11-11Add MNT curves, cleanup misc and compression tests.J08nY20-45/+214
2018-11-10Simpify and explain CAP building in README.J08nY2-47/+83
2018-11-09FIx loading of F2m field, fix some utility functions.J08nY3-7/+15
2018-11-07Add --info command to get and output applet info.J08nY3-67/+119
2018-11-06Backport applet to JavaCard 2.2.1 to support more cards.J08nY18-877/+1141
2018-11-06Fix test suites broken by EC_Store change.J08nY4-8/+8
2018-11-05Better evaluate non-residue tests in compression suite.J08nY1-3/+3
2018-11-03Add compression tests for quadratic non-residue in modular square root.J08nY9-30/+104
2018-10-30Fix gcrypt ecdh and ecdsa.J08nY1-4/+4
2018-10-22Add methods to parse hash and sig type out of idents.J08nY3-4/+51
2018-10-22Efficiently instantiate prngs in shims.J08nY5-31/+25
2018-10-21Add libgcrypt to travis build.J08nY2-3/+14
2018-10-21Fix gcc and clang warnings in native sources.J08nY7-53/+54