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.6 by root, Sun Mar 29 06:24:10 2015 UTC vs.
Revision 1.7 by root, Mon Mar 30 06:27:19 2015 UTC

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 IMPLEMENTATIOIN 191=head1 IMPLEMENTATIOIN
192 192
193This module currently uses "Nightcracker's Ed25519" implementation, but 193This module currently uses "Nightcracker's Ed25519" implementation, which
194is unmodified except for some portability fixes and static delcarations,
194the interface is kept implementation-agnostic to allow usage of other 195but the interface is kept implementation-agnostic to allow usage of other
195implementations in the future. 196implementations in the future.
196 197
197=head1 AUTHOR 198=head1 AUTHOR
198 199
199 Marc Lehmann <schmorp@schmorp.de> 200 Marc Lehmann <schmorp@schmorp.de>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines