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

Comparing Crypt-Ed25519/README (file contents):
Revision 1.4 by root, Wed Jun 24 12:18:02 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, 167 This module currently uses "Nightcracker's Ed25519" implementation,
163 which is unmodified except for some portability fixes and static 168 which is unmodified except for some portability fixes and static
164 delcarations, but the interface is kept implementation-agnostic to allow 169 delcarations, but the interface is kept implementation-agnostic to allow
165 usage of other implementations in the future. 170 usage of other implementations in the future.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines