Package Exports
- ecsol
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ecsol) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ecsol
This implementation of ellipctic curve secp256k in solidity.
How to use.
The contract mainly has two methods:
function publicKey(uint256 privKey) constant
returns(uint256 qx, uint256 qy)
and
function deriveKey(uint256 privKey, uint256 pubX, uint256 pubY) constant
returns(uint256 qx, uint256 qy)