Open blckngm opened 1 year ago
People may want to use a different hash function. And blake2b-rs can be hard to build for e.g. wasm.
Also faced this need while was trying to pack this tree into no-std risk-v mashine. Made #49 with the potential solution, it seems to be easy to do, correct me if I'm wrong
People may want to use a different hash function. And blake2b-rs can be hard to build for e.g. wasm.