Computes public key for a secret key
OptionalisCompressed: booleanWhether to return compact (default), or full key
Public key, full when isCompressed=false; short when isCompressed=true
Compute the shared secret point from a secret key and peer public key.
Local secret key bytes.
Peer public key bytes.
OptionalwithCofactor: booleanWhether to multiply result by curve cofactor? (default - true).
Encoded shared point.
Generate a secret/public key pair.
OptionalisCompressed: booleanWhether to return compact (default), or full key
Secret/public key pair.
Byte lengths for keys and signatures exposed by this curve.
Signs a message hash with a secret key.
Secret key bytes.
Digest bytes.
Optionalrand: TArg<Uint8Array>Optional parameter for ephemeral key
Encoded signature bytes.
Verifies a signature against message hash and public key.
Public key
Digest bytes
Encoded signature bytes.
Whether the signature is valid.
ECDSA signer