| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
libc SHA512 functions rather than calling ssh_digest_memory();
avoids many dependencies on ssh code that complicate standalone use
of ed25519, as we want to do in sk-dummy.so
|
| |
|
|
|
|
|
| |
regular digest code. This speeds up compilation considerably.
ok markus@
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html
feedback, help & ok djm@
|