| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Add formulas from GECC. | J08nY | 2023-11-16 | 6 | -12/+61 | |
| * | | | Add more formulas to lib db. | J08nY | 2023-11-16 | 12 | -112/+175 | |
| * | | | Speedup tests by using faster formulas. | J08nY | 2023-11-16 | 1 | -20/+20 | |
| * | | | Add to_model randomized mapping. | J08nY | 2023-11-16 | 8 | -31/+91 | |
| * | | | Ditch lib formula tests that are not tests. | J08nY | 2023-11-15 | 3 | -69/+5 | |
| * | | | Bump notebook repo. | J08nY | 2023-11-15 | 1 | -0/+0 | |
| * | | | Merge pull request #54 from J08nY/feat/formula-matching | Ján Jančár | 2023-11-15 | 47 | -6/+1121 | |
| |\ \ \ | ||||||
| | * | | | Add SunEC. | J08nY | 2023-11-15 | 14 | -2/+241 | |
| | * | | | Add NSS. | J08nY | 2023-11-14 | 5 | -8/+129 | |
| | * | | | Add OpenSSL. | J08nY | 2023-11-10 | 9 | -5/+209 | |
| | * | | | Add secp256k1 formulas. | J08nY | 2023-11-10 | 8 | -6/+95 | |
| | * | | | Add BoringSSL P224 formulas. | J08nY | 2023-11-10 | 6 | -11/+72 | |
| | * | | | Add more formulas from BouncyCastle. | J08nY | 2023-11-10 | 14 | -19/+293 | |
| | * | | | Add formula similarity metric. | J08nY | 2023-11-10 | 5 | -0/+127 | |
| |/ / / | ||||||
| * | | | Add Go docs | vojtechsu | 2023-11-09 | 1 | -0/+92 | |
| * | | | Add mbedTLS. | J08nY | 2023-11-09 | 1 | -0/+61 | |
| * | | | Add Nettle to libs. | J08nY | 2023-11-08 | 2 | -24/+86 | |
| * | | | Fix assumption eval. | J08nY | 2023-11-07 | 3 | -2/+9 | |
| * | | | add libsecp256k1 docs | vojtechsu | 2023-11-07 | 1 | -0/+83 | |
| * | | | Add libgcrypt docs | vojtechsu | 2023-11-06 | 1 | -0/+84 | |
| * | | | Add BearSSL docs. | J08nY | 2023-11-06 | 1 | -1/+125 | |
| * | | | Add libtomcrypt | vojtechsu | 2023-11-06 | 1 | -0/+38 | |
| * | | | Add LibreSSL. | J08nY | 2023-11-02 | 1 | -42/+69 | |
| * | | | Add IPP crypto. | J08nY | 2023-11-02 | 1 | -0/+155 | |
| * | | | Add micro-ecc. | J08nY | 2023-11-02 | 1 | -5/+51 | |
| * | | | Fixup SymCrypt links. | J08nY | 2023-11-02 | 1 | -33/+38 | |
| * | | | Fix layout in library docs. | J08nY | 2023-11-02 | 1 | -1/+3 | |
| * | | | Add fastecdsa | vojtechsu | 2023-11-01 | 1 | -1/+29 | |
| * | | | Add SymCrypt | vojtechsu | 2023-11-01 | 1 | -0/+68 | |
| * | | | Fix missing samples copy. | J08nY | 2023-10-26 | 1 | -1/+1 | |
| * | | | Fix codestyle. | J08nY | 2023-10-26 | 2 | -2/+4 | |
| * | | | Fix mypy. | J08nY | 2023-10-26 | 1 | -1/+1 | |
| * | | | Make RPA-RE precompute the distinguishing tree. | J08nY | 2023-10-26 | 3 | -53/+105 | |
| * | | | Add Botan. | J08nY | 2023-10-25 | 1 | -0/+60 | |
| * | | | Fix doc issues. | J08nY | 2023-10-25 | 1 | -56/+56 | |
| * | | | Add BoringSSL to library docs. | J08nY | 2023-10-25 | 1 | -0/+118 | |
| * | | | Add docs on oss crypto lib choices. | J08nY | 2023-10-25 | 2 | -2/+128 | |
| * | | | Add trace_set repr test. | J08nY | 2023-10-25 | 2 | -3/+29 | |
| |/ / | ||||||
| * | | Enhance RPA, add logging. | J08nY | 2023-10-16 | 4 | -15/+76 | |
| * | | Fix comb mult reprs. | J08nY | 2023-10-16 | 1 | -0/+6 | |
| * | | Make multiplier reprs more concise. | J08nY | 2023-10-16 | 8 | -11/+17 | |
| * | | Add trace transform function. | J08nY | 2023-10-16 | 2 | -0/+30 | |
| * | | Remove error file. | J08nY | 2023-10-16 | 1 | -40/+0 | |
| * | | Add "astype" to trace. | J08nY | 2023-10-16 | 2 | -0/+16 | |
| * | | Fix typing. | J08nY | 2023-10-16 | 2 | -7/+6 | |
| * | | Merge pull request #50 from Tomko10/fix/test-target-import | Ján Jančár | 2023-10-15 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | fix: Moved exception import from file scope to function | Tomáš Jusko | 2023-10-15 | 1 | -1/+1 | |
| * | | | Ditch the Optionals. | J08nY | 2023-10-14 | 6 | -43/+46 | |
| * | | | Make stuff picklable. | J08nY | 2023-10-14 | 9 | -6/+120 | |
| * | | | Add trace stretch function. | J08nY | 2023-10-13 | 3 | -7/+69 | |
