pub/, progs/: Implement Bernstein's X25519 key-exchange algorithm.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Apr 2017 23:39:24 +0000 (00:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 29 Apr 2017 11:29:22 +0000 (12:29 +0100)
commitfc2d44af772db6c046820007555609c8352e101e
tree3d56fafa3915e1ece88ebe05104e7e69c6b724fe
parentee39a683a2b623a1da0747ec20f20b63470a2db6
pub/, progs/: Implement Bernstein's X25519 key-exchange algorithm.
12 files changed:
math/Makefile.am
math/montladder.h [new file with mode: 0644]
progs/catcrypt.1
progs/cc-kem.c
progs/key.1
progs/key.c
progs/perftest.c
pub/Makefile.am
pub/t/x25519 [new file with mode: 0644]
pub/x25519.c [new file with mode: 0644]
pub/x25519.h [new file with mode: 0644]
utils/curve25519.sage