ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
190 stars 82 forks source link

The Documentation of py_ecc #58

Open SilverPoker opened 5 years ago

SilverPoker commented 5 years ago

Hi~, I'm planning to use this library as simple ecc library for other usage, but I didn't find any documention of the api. The link mentioned in readme.md doesn't refer to the api or concrete function. Could you please give me some links that refers to introduction of the usage of this library? (Including explanation of some functions or demo usage) Thanks

carver commented 5 years ago

Totally agree this needs to be added. Until that happens, though, the best reference is seeing how py-evm uses it. See: https://github.com/ethereum/py-evm/search?q=py_ecc&type=Code

SilverPoker commented 5 years ago

Thanks for replying, but I think this link didn't help too much with no reference.....