| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Add switch-sign | vojtechsu | 2023-12-05 | 1 | -0/+128 | |
| | * | | | | | Add fliparoos | vojtechsu | 2023-12-05 | 4 | -0/+704 | |
| |/ / / / / | ||||||
| * | | | | | Add Window multiplier with Booth recoding. | J08nY | 2023-12-01 | 7 | -153/+543 | |
| * | | | | | Document multiple context attrs. | J08nY | 2023-11-29 | 2 | -1/+4 | |
| | * | | | | renamed files and target class | Andrej Bátora | 2023-11-27 | 1 | -3/+3 | |
| |/ / / / | ||||||
| | * / / | Added tracking and plotting correlations in CPA | Andrej Bátora | 2023-12-14 | 1 | -0/+7 | |
| |/ / / | ||||||
| * | | | Make RPA-RE work based on the inputs. | J08nY | 2023-11-27 | 2 | -8/+49 | |
| * | | | Log scalarmult names in RPA tree. | J08nY | 2023-11-27 | 1 | -1/+1 | |
| * | | | Add Botan x25519 ladder (from curve25519_donna). | J08nY | 2023-11-24 | 4 | -4/+41 | |
| * | | | Fixup some issues in library analysis. | J08nY | 2023-11-21 | 1 | -19/+19 | |
| * | | | Fix minor issues in library analysis. | J08nY | 2023-11-20 | 1 | -3/+7 | |
| * | | | Bump notebook. | J08nY | 2023-11-18 | 1 | -0/+0 | |
| * | | | Add assumption to ladders that do not contain Z1. | J08nY | 2023-11-18 | 5 | -0/+5 | |
| * | | | Update BoringSSL and IPP. | J08nY | 2023-11-17 | 8 | -4/+64 | |
| * | | | Add description of the source code analysis process. | J08nY | 2023-11-16 | 1 | -0/+9 | |
| * | | | 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 | |
