moved to niceware from mnemonic
This commit is contained in:
parent
86ae8327c3
commit
48e956c27c
7 changed files with 14 additions and 18 deletions
|
@ -51,7 +51,7 @@ class OnionrCryptoTests(unittest.TestCase):
|
|||
|
||||
def test_human_readable_length(self):
|
||||
human = mnemonickeys.get_human_readable_ID()
|
||||
self.assertTrue(len(human.split('-')) == 24)
|
||||
self.assertTrue(len(human.split('-')) == 16)
|
||||
|
||||
def test_safe_compare(self):
|
||||
self.assertTrue(crypto.cryptoutils.safe_compare('test', 'test'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue