--- Crypt-Ed25519/README 2015/06/24 12:18:02 1.4 +++ Crypt-Ed25519/README 2017/02/28 19:53:08 1.6 @@ -117,7 +117,7 @@ $public_key = Crypt::Ed25519::eddsa_public_key $secret_key Takes a secret key generated by "Crypt::Ed25519::eddsa_secret_key" - and returns the corresponding $public_key. The derivation ios + and returns the corresponding $public_key. The derivation is deterministic, i.e. the $public_key generated for a specific $secret_key is always the same. @@ -158,6 +158,11 @@ secret key to a public/private key pair allows you to sign a small message, or many messages, faster. +SUPPORT FOR THE PERL MULTICORE SPECIFICATION + This module supports the perl multicore specification + () for key generation (usually the + slowest operation), and all signing and verification functions. + IMPLEMENTATIOIN This module currently uses "Nightcracker's Ed25519" implementation, which is unmodified except for some portability fixes and static