Skip to content

Commit 18f8b7d

Browse files
committed
docs: EdDSA tweak
1 parent 4ed081f commit 18f8b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Sign and verify using signature algorithm wrappers, instead of key objects.
66

7-
Provides `OpenSSL::SignatureAlgorithm::ECDSA`, `OpenSSL::SignatureAlgorithm::RSAPSS`
7+
Provides `OpenSSL::SignatureAlgorithm::ECDSA`, `OpenSSL::SignatureAlgorithm::EdDSA`, `OpenSSL::SignatureAlgorithm::RSAPSS`
88
and `OpenSSL::SignatureAlgorithm::RSAPKCS1` ruby object wrappers on top of `OpenSSL::PKey::EC`
99
and `OpenSSL::PKey::RSA`, so that you can reason in terms of the algorithms and do less when
1010
signing or verifying signatures.

0 commit comments

Comments
 (0)