sorpaas / bm

Binary merkle tree implementation.
Apache License 2.0
15 stars 2 forks source link

Remove Mutex surrounding ProvingBackend::proofs #7

Open sorpaas opened 5 years ago

sorpaas commented 5 years ago

We may need to use it in a no_std environment.