Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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>