Fixed packaging issues present in V1.0.x.
Install from PyPi using:
pip install basicblockchains-ecc
Get any secp curve as follows, e.g.:
from basicblockchains_ecc.elliptic_curve import secp256k1
If primefac package missing or throwing errors you can install via
pip install primefac
See read me for more details: [README.md](https://github.com/BasicBlockchains/ECC/files/9227624/README.md)
v.1.0.2
The first official release for the Basic Blockchains elliptic curve cryptography package. Version number agrees with PyPi package.
Install from PyPi using:
pip install basicblockchains-ecc
If primefac package missing or throwing errors you can install via
pip install primefac
See read me for more details: [README.md](https://github.com/BasicBlockchains/ECC/files/9227624/README.md)