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

Comparing Crypt-Ed25519/Ed25519.pm (file contents):
Revision 1.8 by root, Wed Jun 24 12:18:02 2015 UTC vs.
Revision 1.9 by root, Sun Jun 28 17:44:16 2015 UTC

186derive the public key as needed. On the other hand, signing using the 186derive the public key as needed. On the other hand, signing using the
187private key is faster than using the secret key, so converting the secret 187private key is faster than using the secret key, so converting the secret
188key to a public/private key pair allows you to sign a small message, or 188key to a public/private key pair allows you to sign a small message, or
189many messages, faster. 189many messages, faster.
190 190
191=head1 SUPPORT FOR THE PERL MULTICORE SPECIFICATION
192
193This module supports the perl multicore specification
194(L<http://perlmulticore.schmorp.de/>) for key generation (usually the
195slowest operation), and all signing and verification functions.
196
191=head1 IMPLEMENTATIOIN 197=head1 IMPLEMENTATIOIN
192 198
193This module currently uses "Nightcracker's Ed25519" implementation, which 199This module currently uses "Nightcracker's Ed25519" implementation, which
194is unmodified except for some portability fixes and static delcarations, 200is unmodified except for some portability fixes and static delcarations,
195but the interface is kept implementation-agnostic to allow usage of other 201but the interface is kept implementation-agnostic to allow usage of other

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines