Type alias SecretKey

SecretKey: Opaque<"SecretKey", Readonly<Buffer>>

Secret Key Buffer. This is a concatenation of PrivateKey || PublicKey. It is used by libsodium to avoid us having to concatenate on the fly.

Generated using TypeDoc