Create and wrap a Secp256k1 WebAssembly instance to expose a set of
purely-functional Secp256k1 methods. For slightly faster initialization, use
instantiateSecp256k1Bytes.
Parameters
OptionalrandomSeed: Uint8Array
a 32-byte random seed used to randomize the secp256k1
context after creation. See the description in
instantiateSecp256k1Bytes for details.
Create and wrap a Secp256k1 WebAssembly instance to expose a set of purely-functional Secp256k1 methods. For slightly faster initialization, use instantiateSecp256k1Bytes.