derhuerst/blake3-native

universal/isomorphic implementation

Open

#1 opened on Jan 12, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Let's make a universal blake3 npm package that, depending on the environment, uses blake3-native, WASM or a plain JS implementation!

sodium-universal does it the same way.

Contributor guide