Represents a private key used for signing messages and deriving the associated public key.
sign - Signs the given message with the private key.
publicKey - Derives the public key associated with the private key.
toUint8Array - Retrieves the private key in bytes.
Derive the public key associated with the private key.
Sign the given message with the private key to create a signature.
The message to be signed, provided in HexInput format.
A Signature object representing the signed message.
Get the private key in bytes (Uint8Array).
Represents a private key used for signing messages and deriving the associated public key.
Method
sign - Signs the given message with the private key.
Method
publicKey - Derives the public key associated with the private key.
Method
toUint8Array - Retrieves the private key in bytes.