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

Comparing cvsroot/Crypt-Ed25519/README (file contents):
Revision 1.3 by root, Sun Mar 29 06:24:10 2015 UTC vs.
Revision 1.5 by root, Mon Jun 29 12:33:37 2015 UTC

156 derive the public key as needed. On the other hand, signing using the 156 derive the public key as needed. On the other hand, signing using the
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
161SUPPORT FOR THE PERL MULTICORE SPECIFICATION
162 This module supports the perl multicore specification
163 (<http://perlmulticore.schmorp.de/>) for key generation (usually the
164 slowest operation), and all signing and verification functions.
165
161IMPLEMENTATIOIN 166IMPLEMENTATIOIN
162 This module currently uses "Nightcracker's Ed25519" implementation, but 167 This module currently uses "Nightcracker's Ed25519" implementation,
168 which is unmodified except for some portability fixes and static
163 the interface is kept implementation-agnostic to allow usage of other 169 delcarations, but the interface is kept implementation-agnostic to allow
164 implementations in the future. 170 usage of other implementations in the future.
165 171
166AUTHOR 172AUTHOR
167 Marc Lehmann <schmorp@schmorp.de> 173 Marc Lehmann <schmorp@schmorp.de>
168 http://sfotware.schmorp.de/pkg/Crypt-Ed25519.html 174 http://sfotware.schmorp.de/pkg/Crypt-Ed25519.html
169 175

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines