You can init a Power with nothing now.

pull/157/head
jMyles 2018-02-09 13:05:23 -08:00
parent 0fc1e7cebb
commit 67dd86534c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class TestEncryptingPowers(unittest.TestCase):
self.enc_keypair = EncryptingKeypair()
self.enc_keypair.gen_privkey()
self.enc_power = EncryptingPower(self.enc_keypair)
self.enc_power = EncryptingPower()
def test_encryption(self):
data = b'hello world'