pyUmbral/umbral/curve.py

6 lines
91 B
Python

from . import openssl
SECP256K1 = openssl.Curve.from_name('secp256k1')
CURVE = SECP256K1