Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/blake3/types.ts>Blake3Driver

Storage for private, distributed, offline-first applications.
Latest
type alias Blake3Driver
import { type Blake3Driver } from "https://deno.land/x/earthstar@11.0.0-beta.4/src/blake3/types.ts";

A driver capable of creating Blake3Digest from bytes.

definition: (source: Uint8Array | AsyncIterable<Uint8Array>) => Promise<Blake3Digest>