Files

7 lines
244 B
TypeScript
Raw Permalink Normal View History

// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright 2026 Thomas <[email protected]>
// @ts-nocheck
export { Hasher, deriveKey, hash, hashXof, keyedHash } from './bundler/blake3_wasm_rs';
export { default } from './web/blake3_wasm_rs';