This commit is contained in:
Hossein Shafagh 2020-09-09 19:53:59 -07:00
parent 60fd2134ca
commit aff7ad7ea2
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ from lemur.tests.vectors import (
)
def test_get_key_type_from_ec_curve():
from lemur.common.utils import get_key_type_from_ec_curve
assert get_key_type_from_ec_curve("secp256r1") == "ECCPRIME256V1"
def test_generate_private_key():
from lemur.common.utils import generate_private_key