mirror of https://github.com/nucypher/pyUmbral.git
Remove an unused variable
parent
18e868ceb2
commit
4517357ce1
|
@ -13,8 +13,6 @@ class SecretKey(Serializable, Deserializable):
|
|||
Umbral secret (private) key.
|
||||
"""
|
||||
|
||||
__SERIALIZATION_INFO = b"SECRET_KEY"
|
||||
|
||||
def __init__(self, scalar_key: CurveScalar):
|
||||
self._scalar_key = scalar_key
|
||||
# Cached public key. Access it via `PublicKey.from_secret_key()` -
|
||||
|
|
Loading…
Reference in New Issue