Skip to main content
Module

x/mongo/mod.ts>Bson.crypto

MongoDB driver for Deno
Extremely Popular
Go to Latest
variable Bson.crypto
import { Bson } from "https://deno.land/x/mongo@v0.31.2/mod.ts";
const { crypto } = Bson;

An wrapper for WebCrypto adding support for additional non-standard algorithms, but delegating to the runtime WebCrypto implementation whenever possible.

type

StdCrypto