Variable cryptoConst

crypto: {
    browser(settings: Configuration): Promise<Crypto.Implementation>;
} = ...

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.

Type declaration

Generated using TypeDoc