aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/x25519.c
Commit message (Expand)AuthorAgeFilesLines
* [tls] Allow for NIST elliptic curve point formatsMichael Brown2025-01-211-0/+1
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-2/+3
* [crypto] Add bigint_msb_is_set() to clarify codeMichael Brown2024-11-201-2/+1
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-54/+29
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-29/+54
* [crypto] Add an abstraction of an elliptic curveMichael Brown2024-01-301-0/+31
* [crypto] Check for all-zeros result from X25519 key exchangeMichael Brown2024-01-301-3/+8
* [crypto] Add X25519 key exchange algorithmMichael Brown2024-01-191-0/+808