mirror of https://github.com/nucypher/nucypher.git
New constants for use with BytestringSplitter.
parent
53a0450bf5
commit
3dda083b71
|
@ -1,2 +1,6 @@
|
|||
# TODO: Turn these into classes?
|
||||
PUBKEY_SIG_LENGTH = 64
|
||||
HASH_DIGEST_LENGTH = 32
|
||||
|
||||
NOT_SIGNED = 445
|
||||
NO_DECRYPTION_PERFORMED = 455
|
||||
|
|
Loading…
Reference in New Issue