CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/15 16:05:32
Modified files:
usr.bin/ssh : Makefile.inc crypto_api.h ed25519.c
Added files:
usr.bin/ssh : ed25519.sh
Removed files:
usr.bin/ssh : fe25519.c fe25519.h ge25519.c ge25519.h
ge25519_base.data sc25519.c sc25519.h verify.c
Log message:
update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122)
and change the import approach to the same one we use for Streamlined
NTRUPrime: use a shell script to extract the bits we need from SUPERCOP,
make some minor adjustments and squish them all into a single file.
ok tb@ tobhe@