New constants for use with BytestringSplitter.

pull/116/head
jMyles 2017-11-11 17:39:47 -08:00
parent 53a0450bf5
commit 3dda083b71
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# TODO: Turn these into classes?
PUBKEY_SIG_LENGTH = 64
HASH_DIGEST_LENGTH = 32
NOT_SIGNED = 445
NO_DECRYPTION_PERFORMED = 455