FluffyLabs / FluffyLabs/typeberry
Extract `blake2b` and `keccak` from `@typeberry/hash`
Open
good first issue
M-misc
P-chores
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The hash crate should most likely stay lightweight and avoid pulling in concrete hasher implementations.
However, perhaps it's not an issue if we use `hash-wasm` consistently for all hashing (see #212) - in that case we can have `@typeberry/hash` just import `hash-wasm` and use the same implementation in the node and browser.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.