Commit Graph

5 Commits

Author SHA1 Message Date
SomberNight ec5931ae54 rename dylib for libsecp
follow c76375de91
2018-05-30 22:50:03 +02:00
SomberNight 1f373c1eb9 ecc: don't print trace when can't find libsecp 2018-05-28 02:28:01 +02:00
SomberNight 86992aea6c bundle libsecp256k1 in android apk
this works as there is already a p4a recipe upstream: https://github.com/kivy/python-for-android/blob/74bf788a293847c5d6966b2307ee68854d68015f/pythonforandroid/recipes/libsecp256k1/__init__.py
2018-05-28 00:43:05 +02:00
SomberNight 7c53712750 load_library: remove ctypes.util.find_library calls. remove some code dupe
find_library was giving priority to system dll against local dll
2018-05-25 18:20:56 +02:00
SomberNight 16e4827e8c use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00