From: Mark Wooding Date: Fri, 28 Apr 2017 21:51:36 +0000 (+0100) Subject: xdh.c: New module defining elliptic curve Diffie--Hellman functions. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/7111e1f77ccb1e86cc85d09c1a36caede9725f3a?hp=7111e1f77ccb1e86cc85d09c1a36caede9725f3a 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 ---