crypto
Predefined crypto configurations.
The crypto component is responsible for various cryptographic operations. This includes AES and RSA encryption & decryption, creating and storing key pairs, verifying DIDs and defining their magic bytes, etc.
const crypto: {
browser(settings: Configuration): Promise<Crypto.Implementation>;
};