Skip to content

Commit

Permalink
add EdDSA to docs (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhuang778 committed Nov 13, 2020
1 parent 76d0e0e commit c76116a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This library currently supports:
* PS256 - RSASSA-PSS signature using SHA-256 and MGF1 padding with SHA-256
* PS384 - RSASSA-PSS signature using SHA-384 and MGF1 padding with SHA-384
* PS512 - RSASSA-PSS signature using SHA-512 and MGF1 padding with SHA-512
* EdDSA - Ed25519255 signature using SHA-512. Provides 128-bit security

Asymmetric (Public-key) Algorithms
----------------------------------
Expand Down

0 comments on commit c76116a

Please sign in to comment.