ReadonlyPRIVATE_Private key (scalar) length in bytes.
ReadonlyPUBLIC_Compressed public key length in bytes.
ReadonlyUNCOMPRESSED_Uncompressed (04 ‖ x ‖ y) public key length in bytes.
ReadonlyMESSAGE_Length of the message hash that is signed (double SHA-256).
ReadonlySIGNATURE_Compact (r ‖ s) signature length in bytes.
32 random bytes from options.rng (default secure), unvalidated; the
reference's ecdsa_new_private_key_using (random_data). A generator's
own error, including rand's InvalidGenerator, propagates unwrapped.
Optionaloptions: RngOptions65 bytes: 04 ‖ x ‖ y, or the hybrid 06/07 forms, whose low bit must
equal the parity of y (libsecp256k1's parser, which the reference uses).
false on a signature that does not verify, r or s = 0 and a high s
included (libsecp256k1's secp256k1_ecdsa_verify).
The shape of the ecdsa family.