Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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>;
}
;