chiark / gitweb /
xdh.c: New module defining elliptic curve Diffie--Hellman functions.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Apr 2017 21:51:36 +0000 (22:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Dec 2019 00:38:42 +0000 (00:38 +0000)
commit5bc5eb03dbdf105ef0bafb521142aa2319693661
treee563dc57cfa8b2a1d85f24452167ee102a98cb5a
parent6b59a4af993b2c1dedb663e89c19e692ea2ffa4b
xdh.c: New module defining elliptic curve Diffie--Hellman functions.

This provides X25519 and X448 as premade Diffie--Hellman closures.  They
should be used directly rather than applied to arguments.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Subdir.sd.mk
magic.h
modules.c
secnet-wireshark.lua
secnet.8
secnet.h
xdh.c [new file with mode: 0644]