1
0

ecc: small API clean-up

This commit is contained in:
SomberNight
2020-02-06 20:59:57 +01:00
parent 288d793893
commit 0a5ad9fda4
8 changed files with 28 additions and 57 deletions

View File

@@ -109,10 +109,6 @@ def load_library():
return None
def is_using_fast_ecc():
return True # TODO rm
try:
_libsecp256k1 = load_library()
except BaseException as e: