Skip to main content
Module

x/earthstar/src/crypto/crypto-driver-fake.ts>CryptoDriverFake

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
variable CryptoDriverFake
import { CryptoDriverFake } from "https://deno.land/x/earthstar@v9.3.3/src/crypto/crypto-driver-fake.ts";

DO NOT use this in production.

This crypto driver is FAKE - it doesn't do anything useful. It returns garbage data and does not verify signatures. But it's fast, so use it when you're benchmarking other parts of the system like Storage drivers.

DO NOT use this in production.