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 2843611 commit e1e3965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymdoccbor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
CRV_LEN_MAP = {
"secp256r1": 32,
"secp384r1": 48,
"secp521r1": 66
}

PYMDOC_HASHALG: str = os.getenv('PYMDOC_HASHALG', "SHA-256")
Expand Down

0 comments on commit e1e3965

Please sign in to comment.