CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/28 12:01:39
Modified files:
sbin/iked : Makefile dh.c dh.h ikev2.h parse.y
Added files:
sbin/iked : crypto_api.h crypto_hash.c sntrup761.c
sntrup761.sh
Log message:
Add experimental post-quantum hybrid key exchange method
based on Streamlined NTRU Prime (coupled with X25519).
The sntrup761 implementation is imported from OpenSSH.
It is public domain code originally distributed as part
of the SUPERCOP cryptography benchmark suite
(https://bench.cr.yp.to/supercop.html).
The method is not part of the default proposal, but can
be enabled with 'ikesa group sntrup761x25519'.
ok markus@ patrick@