import { CryptoDriverSodium } from "https://deno.land/x/earthstar@v10.2.0/src/entries/deno.ts";
A version of the ICryptoDriver interface backed a WASM wrapper of libsodium. Faster than noble by several magnitudes. Works in Deno.
import { CryptoDriverSodium } from "https://deno.land/x/earthstar@v10.2.0/src/entries/deno.ts";
A version of the ICryptoDriver interface backed a WASM wrapper of libsodium. Faster than noble by several magnitudes. Works in Deno.