use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
This commit is contained in:
@@ -2,8 +2,10 @@ import unittest
|
||||
|
||||
from lib import interface
|
||||
|
||||
from . import SequentialTestCase
|
||||
|
||||
class TestInterface(unittest.TestCase):
|
||||
|
||||
class TestInterface(SequentialTestCase):
|
||||
|
||||
def test_match_host_name(self):
|
||||
self.assertTrue(interface._match_hostname('asd.fgh.com', 'asd.fgh.com'))
|
||||
|
||||
Reference in New Issue
Block a user