Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Set default salt to None, i.e. digest size
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Aug 24, 2020
1 parent 619a13c commit 0a57e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpsig/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


DEFAULT_SIGN_ALGORITHM = "hs2019"
DEFAULT_SALT_LENGTH = 20
DEFAULT_SALT_LENGTH = None


class Signer(object):
Expand Down

0 comments on commit 0a57e36

Please sign in to comment.