Skip to main content
Module

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

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

A driver capable of creating Blake3Digest from bytes.

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