--- cvsroot/Crypt-Ed25519/Ed25519.pm 2015/06/29 12:33:37 1.11 +++ cvsroot/Crypt-Ed25519/Ed25519.pm 2016/08/26 02:29:48 1.12 @@ -143,7 +143,7 @@ =item $public_key = Crypt::Ed25519::eddsa_public_key $secret_key Takes a secret key generated by C -and returns the corresponding C<$public_key>. The derivation ios +and returns the corresponding C<$public_key>. The derivation is deterministic, i.e. the C<$public_key> generated for a specific C<$secret_key> is always the same.