Skip to main content
Module

x/crypto/dev_deps.ts

🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, HMAC, HKDF, PBKDF2
Go to Latest
import * as crypto from "https://deno.land/x/crypto@v0.7.0/dev_deps.ts";

Functions

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Executes a function, expecting it to throw. If it does not, then it throws. An error class and a string that should be included in the error message can also be asserted.

Registers a benchmark as a candidate for the runBenchmarks executor.

EncodeToString returns the hexadecimal encoding of src.

Take a set of command line arguments, with an optional set of options, and return an object representation of those argument.

Runs all registered and non-skipped benchmarks serially.