mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-18 03:00:35 -04:00
Added tests for Identity
This commit is contained in:
parent
a800ce43f3
commit
5b20caf759
3 changed files with 151 additions and 4 deletions
|
@ -5,7 +5,7 @@ import os
|
|||
import time
|
||||
import unittest
|
||||
|
||||
class SHA256(unittest.TestCase):
|
||||
class TestSHA256(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.f = RNS.Cryptography.sha256
|
||||
|
||||
|
@ -59,7 +59,7 @@ class SHA256(unittest.TestCase):
|
|||
self.assertEqual(ok, True)
|
||||
|
||||
|
||||
class SHA512(unittest.TestCase):
|
||||
class TestSHA512(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.f = RNS.Cryptography.sha512
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue