We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed081f commit 18f8b7dCopy full SHA for 18f8b7d
README.md
@@ -4,7 +4,7 @@
4
5
Sign and verify using signature algorithm wrappers, instead of key objects.
6
7
-Provides `OpenSSL::SignatureAlgorithm::ECDSA`, `OpenSSL::SignatureAlgorithm::RSAPSS`
+Provides `OpenSSL::SignatureAlgorithm::ECDSA`, `OpenSSL::SignatureAlgorithm::EdDSA`, `OpenSSL::SignatureAlgorithm::RSAPSS`
8
and `OpenSSL::SignatureAlgorithm::RSAPKCS1` ruby object wrappers on top of `OpenSSL::PKey::EC`
9
and `OpenSSL::PKey::RSA`, so that you can reason in terms of the algorithms and do less when
10
signing or verifying signatures.
0 commit comments