Don't need the part lengths anymore.

pull/139/head
jMyles 2017-12-04 14:38:43 -08:00
parent 9f41dfd06c
commit 60d5846774
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ class PFrag(object):
class KFrag(object):
_EXPECTED_LENGTH = 66
_id_length = 33
_key_length = 33
_is_unknown_kfrag = False
def __init__(self, id_plus_key_as_bytes=None, umbral_kfrag=None):