summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sntrup4591761.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add authors for public domain sntrup4591761 code;markus2019-01-301-0/+10
| | | | confirmed by Daniel J. Bernstein
* switch sntrup implementation source from supercop to libpqcrypto;djm2019-01-211-53/+56
| | | | | the latter is almost identical but doesn't rely on signed underflow to implement an optimised integer sort; from markus@
* Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.orgdjm2019-01-211-0/+1068
using the Streamlined NTRU Prime 4591^761 implementation from SUPERCOP coupled with X25519 as a stop-loss. Not enabled by default. introduce KEM API; a simplified framework for DH-ish KEX methods. from markus@ feedback & ok djm@