mirror of https://github.com/nucypher/nucypher.git
Extraneous comment.
parent
2f46a956e7
commit
6ac0bee751
|
@ -37,7 +37,7 @@ class Character(object):
|
|||
_server = None
|
||||
_server_class = Server
|
||||
_default_crypto_powerups = None
|
||||
_seal = None
|
||||
_stamp = None
|
||||
|
||||
def __init__(self, attach_server=True, crypto_power: CryptoPower = None,
|
||||
crypto_power_ups=[], is_me=True) -> None:
|
||||
|
|
|
@ -96,7 +96,6 @@ def test_anybody_can_encrypt():
|
|||
|
||||
cleartext = b"This is Officer Rod Farva. Come in, Ursula! Come in Ursula!"
|
||||
|
||||
# TODO: Make encrypt_for actually encrypt.
|
||||
ciphertext, signature = can_sign_and_encrypt.encrypt_for(ursula, cleartext, sign=False)
|
||||
assert signature == NOT_SIGNED
|
||||
|
||||
|
|
Loading…
Reference in New Issue