kaspa/bip340/src/helpers library

Properties

curveP BigInt
getter/setter pair
secp256k1 ↔ ECDomainParameters
getter/setter pair

Functions

bigFromBytes(List<int> bytes) BigInt
bigToBytes(BigInt integer) List<int>
getE(ECPoint P, List<int> rX, List<int> m) BigInt
liftX(BigInt x) BigInt
taggedHash(String tag, List<int> msg) List<int>