Type aliases
SignatureBytes
SignatureBytes =
Brand
<Uint8Array
,"SignatureBytes"
>
A 64-byte Ed25519 signature.
Whenever you need to verify that a particular signature is, in fact, the one that would have been produced by signing some known bytes using the private key associated with some known public key, use the verifySignature function in this package.