ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/README
(Generate patch)

Comparing Crypt-Ed25519/README (file contents):
Revision 1.3 by root, Sun Mar 29 06:24:10 2015 UTC vs.
Revision 1.4 by root, Wed Jun 24 12:18:02 2015 UTC

157 private key is faster than using the secret key, so converting the 157 private key is faster than using the secret key, so converting the
158 secret key to a public/private key pair allows you to sign a small 158 secret key to a public/private key pair allows you to sign a small
159 message, or many messages, faster. 159 message, or many messages, faster.
160 160
161IMPLEMENTATIOIN 161IMPLEMENTATIOIN
162 This module currently uses "Nightcracker's Ed25519" implementation, but 162 This module currently uses "Nightcracker's Ed25519" implementation,
163 which is unmodified except for some portability fixes and static
163 the interface is kept implementation-agnostic to allow usage of other 164 delcarations, but the interface is kept implementation-agnostic to allow
164 implementations in the future. 165 usage of other implementations in the future.
165 166
166AUTHOR 167AUTHOR
167 Marc Lehmann <schmorp@schmorp.de> 168 Marc Lehmann <schmorp@schmorp.de>
168 http://sfotware.schmorp.de/pkg/Crypt-Ed25519.html 169 http://sfotware.schmorp.de/pkg/Crypt-Ed25519.html
169 170

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines