Skip to content

Commit

Permalink
Fix algorithm registry to list SHA-512 with P-521
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Cameron <[email protected]>
  • Loading branch information
tetsuo-cpp committed Jan 17, 2024
1 parent 1243b19 commit c06b5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/algorithm-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ specification for the design rationale for this registry.
| Algorithm | Name | Usage |
| --- | --- | --- |
| ECDSA | ecdsa-sha2-256-nistp256 | sign/verify |
|| ecdsa-sha2-256-nistp521 | verify only |
|| ecdsa-sha2-384-nistp384 | sign/verify |
|| ecdsa-sha2-512-nistp521 | sign/verify |
| EdDSA | ed25519 | sign/verify |
|| ed25519-ph | sign/verify (used for `hashedrekord`) |
|| ed25519-ph | sign/verify (recommended only for `hashedrekord`) |

0 comments on commit c06b5d1

Please sign in to comment.