summaryrefslogtreecommitdiffhomepage
path: root/FUZZER-NOTES.md
AgeCommit message (Collapse)Author
2020-03-12Add Ed25519 support (#91)Vladislav Grishenko
* Add support for Ed25519 as a public key type Ed25519 is a elliptic curve signature scheme that offers better security than ECDSA and DSA and good performance. It may be used for both user and host keys. OpenSSH key import and fuzzer are not supported yet. Initially inspired by Peter Szabo. * Add curve25519 and ed25519 fuzzers * Add import and export of Ed25519 keys
2018-03-05fix some linksMatt Johnston
2018-03-05notes on the fuzzerMatt Johnston