nucypher/tests/conftest.py

8 lines
189 B
Python
Raw Normal View History

from cryptography.hazmat.primitives.asymmetric import ec
from umbral.config import set_default_curve
from .eth_fixtures import *
from .fixtures import *
2018-02-08 00:29:53 +00:00
set_default_curve(ec.SECP256K1())