summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ed25519.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Authors for the public domain ed25519/nacl code.markus2013-12-091-2/+6
| | | | | | | see also http://nacl.cr.yp.to/features.html All of the NaCl software is in the public domain. and http://ed25519.cr.yp.to/software.html The Ed25519 software is in the public domain.
* correct RCS identsdjm2013-12-071-1/+1
|
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-0/+139
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html feedback, help & ok djm@