@rotko/blake3
v1.0.1
Published
High-performance Blake3 hash for JavaScript - optimized pure JS implementation
Maintainers
Readme
@rotko/blake3
Pure JS Blake3 (~250 MB/s).
Demo: https://blake3.rotko.net
import { blake3 } from '@rotko/blake3';
blake3(new Uint8Array([1, 2, 3])); // Uint8Array
blake3.hex('hello world'); // hex string
blake3('data', 64); // custom lengthMIT
