Skip to content

Commit

Permalink
Update pymdoccbor/settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pasquale De Rose <[email protected]>
  • Loading branch information
PatStLouis and PascalDR authored Apr 10, 2024
1 parent 34524ec commit 2843611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymdoccbor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

COSEKEY_HAZMAT_CRV_MAP = {
"secp256r1": "P_256",
"secp384r1": "P_384"
"secp384r1": "P_384",
"secp521r1": "P_521"
}

CRV_LEN_MAP = {
Expand Down

0 comments on commit 2843611

Please sign in to comment.