Skip to content

Commit 83e0656

Browse files
committed
docs: EdDSA tweaks
1 parent 15879ed commit 83e0656

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenSSL::SignatureAlgorithm
22

3-
> ECDSA, RSA-PSS and RSA-PKCS#1 signature algorithms for ruby
3+
> ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 signature algorithms for ruby
44
55
Sign and verify using signature algorithm wrappers, instead of key objects.
66

@@ -54,6 +54,8 @@ algorithm.verify(signature, to_be_signed)
5454

5555
### EdDSA
5656

57+
Requires adding the `ed25519` gem to your `Gemfile`
58+
5759
```ruby
5860
to_be_signed = "to-be-signed"
5961

0 commit comments

Comments
 (0)