Skip to content

Commit

Permalink
fix typo elyptical->elliptic in ecdsa key description
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Dec 11, 2019
1 parent 34407d6 commit 6a86ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ block.

It takes one of the values for its first param:

- `ecdsa`: Generate an elyptical curve DSA key (P256)
- `ecdsa`: Generate an elliptic curve DSA key (P256)
- `dsa`: Generate a DSA key (L2048N256)
- `rsa`: Generate an RSA 4096 key

Expand Down

0 comments on commit 6a86ef1

Please sign in to comment.