Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add authors for public domain sntrup4591761 code; | 2019-01-30 | 1 | -0/+10 | |
| | | | | confirmed by Daniel J. Bernstein | ||||
* | switch sntrup implementation source from supercop to libpqcrypto; | 2019-01-21 | 1 | -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.org | 2019-01-21 | 1 | -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@ |