summaryrefslogtreecommitdiffstats
path: root/doc/man7/Ed25519.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/Ed25519.pod')
-rw-r--r--doc/man7/Ed25519.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 7ed5cf0b55..3f54217918 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -49,6 +49,10 @@ Ed25519 or Ed448 public keys can be set directly using
L<EVP_PKEY_new_raw_public_key(3)> or loaded from a SubjectPublicKeyInfo
structure in a PEM file using L<PEM_read_bio_PUBKEY(3)> (or similar function).
+Ed25519 and Ed448 can be tested within L<speed(1)> application since version 1.1.1.
+Valid algorithm names are B<ed25519>, B<ed448> and B<eddsa>. If B<eddsa> is
+specified, then both Ed25519 and Ed448 are benchmarked.
+
=head1 EXAMPLE
This example generates an B<ED25519> private key and writes it to standard