From fc08f6f4ddd20ca71e63cda9b780896dfbd86ca3 Mon Sep 17 00:00:00 2001 From: jMyles Date: Sat, 18 Nov 2017 13:13:59 -0800 Subject: [PATCH] No more need for PUBKEY_SIG_LENGTH - this is on PublicKey now. --- nkms/crypto/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nkms/crypto/constants.py b/nkms/crypto/constants.py index e27c616cc..411a312ef 100644 --- a/nkms/crypto/constants.py +++ b/nkms/crypto/constants.py @@ -1,5 +1,4 @@ # TODO: Turn these into classes? -PUBKEY_SIG_LENGTH = 64 HASH_DIGEST_LENGTH = 32 NOT_SIGNED = 445