An abstract representation of a private key. It is associated to a signature scheme and provides signing capabilities.
Derive the public key associated with the private key
Sign the given message with the private key.
in HexInput format
Get the private key in bytes (Uint8Array).
Generated using TypeDoc
An abstract representation of a private key. It is associated to a signature scheme and provides signing capabilities.