class Secp256k1::Context
- Secp256k1::Context
- Reference
- Object
Defined in:
secp256k1/context.cr:4secp256k1/context.cr:8
secp256k1/keypair.cr
secp256k1/public_key.cr
secp256k1/xonly_public_key.cr
Constant Summary
-
RANDOM_SEED_SIZE =
32
Constructors
Instance Method Summary
- #finalize
- #keypair_create(secret_key : Bytes) : Keypair
- #keypair_generate : Keypair
- #public_key_create(secret_key : Bytes) : PublicKey
- #public_key_parse(public_key : Bytes) : PublicKey
- #xonly_public_key_parse(xonly_public_key : Bytes) : XOnlyPublicKey