mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-11 00:00:26 +02:00
6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
// 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'; |