summaryrefslogtreecommitdiffstats
path: root/src/crypto/x25519.c
Commit message (Expand)AuthorAgeFilesLines
* [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