mirror of https://github.com/nucypher/nucypher.git
Set HASH_DIGEST_LENGTH to 64
parent
a761466d38
commit
7f7c1207ef
|
@ -1,5 +1,5 @@
|
|||
# TODO: Turn these into classes?
|
||||
HASH_DIGEST_LENGTH = 32
|
||||
HASH_DIGEST_LENGTH = 64
|
||||
|
||||
NOT_SIGNED = 445
|
||||
NO_DECRYPTION_PERFORMED = 455
|
||||
|
|
Loading…
Reference in New Issue