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.3 by root, Sat Mar 28 19:43:19 2015 UTC vs.
Revision 1.4 by root, Sun Mar 29 05:55:48 2015 UTC

119You can convert an EdDSA secret to an Ed25519 private/public key pair 119You can convert an EdDSA secret to an Ed25519 private/public key pair
120using C<Crypt::Ed25519::generate_keypair>: 120using C<Crypt::Ed25519::generate_keypair>:
121 121
122 ($public_key, $private_key) = Crypt::Ed25519::generate_keypair $secret 122 ($public_key, $private_key) = Crypt::Ed25519::generate_keypair $secret
123 123
124=head2 IMPLEMENTATIOIN 124=head1 IMPLEMENTATIOIN
125 125
126This module currently uses "Nightcracker's Ed25519" implementation, but 126This module currently uses "Nightcracker's Ed25519" implementation, but
127the interface is kept implementation-agnostic to allow usage of other 127the interface is kept implementation-agnostic to allow usage of other
128implementations in the future. 128implementations in the future.
129 129

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines