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 15879ed commit 83e0656Copy full SHA for 83e0656
README.md
@@ -1,6 +1,6 @@
1
# OpenSSL::SignatureAlgorithm
2
3
-> ECDSA, RSA-PSS and RSA-PKCS#1 signature algorithms for ruby
+> ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 signature algorithms for ruby
4
5
Sign and verify using signature algorithm wrappers, instead of key objects.
6
@@ -54,6 +54,8 @@ algorithm.verify(signature, to_be_signed)
54
55
### EdDSA
56
57
+Requires adding the `ed25519` gem to your `Gemfile`
58
+
59
```ruby
60
to_be_signed = "to-be-signed"
61
0 commit comments