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)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:59 +0000 (13:46 +0100)
commit7111e1f77ccb1e86cc85d09c1a36caede9725f3a
tree021f7e16b3cc176d083762ccb8eafeb5997105f5
parent0bcb8184cfce875a4dde57621139dd44c433f3a5
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>
Makefile.in
magic.h
modules.c
secnet-wireshark.lua
secnet.8
secnet.h
xdh.c [new file with mode: 0644]