summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ge25519.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Declare ge25519_base as extern, to prevent it from becoming a common. Gets usmiod2015-02-161-2/+2
| | | | | rid of ``lignment 4 of symbol `crypto_sign_ed25519_ref_ge25519_base' in mod_ge25519.o is smaller than 16 in mod_ed25519.o'' warnings at link time.
* 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/+39
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html feedback, help & ok djm@