chiark / gitweb /
xdh.c: New module defining elliptic curve Diffie--Hellman functions.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:56:47 +0000 (23:56 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Jan 2020 01:02:46 +0000 (01:02 +0000)
commit23c8b68ab1145c33f33ccbe62c856cf2d401cb2c
treefbf7be6a914718e92c4b7854349277e06576e047
parent71641f9bb3678c54b60265d4addfe59de894b323
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>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Dir.sd.mk
magic.h
modules.c
secnet-wireshark.lua
secnet.8
secnet.h
xdh.c [new file with mode: 0644]