Interface for types that can provide unique data for cryptographic key derivation.
The provided data should be sufficiently random and have enough entropy to serve as the basis for secure cryptographic key derivation.
Returns unique data from which cryptographic keys can be derived.
The returned data should be sufficiently random and have enough entropy to serve as the basis for secure cryptographic key derivation.
A Uint8Array containing the private key data.
Interface for types that can provide unique data for cryptographic key derivation.
The provided data should be sufficiently random and have enough entropy to serve as the basis for secure cryptographic key derivation.