Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-06-16 | crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array | Stefan Berger | 1 | -0/+3 |
2024-05-17 | crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes | Stefan Berger | 1 | -13/+2 |
2024-04-26 | crypto: ecdh - Initialize ctx->private_key in proper byte order | Stefan Berger | 1 | -1/+2 |
2024-04-12 | crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 | Stefan Berger | 1 | -1/+2 |
2024-04-12 | crypto: ecdsa - Convert byte arrays with key coordinates to digits | Stefan Berger | 1 | -0/+21 |
2021-10-29 | crypto: ecc - Export additional helper functions | Daniele Alessandrelli | 1 | -0/+36 |
2021-10-29 | crypto: ecc - Move ecc.h to include/crypto/internal | Daniele Alessandrelli | 1 | -0/+245 |