sigma0-xyz / zkbitcoin

zkBitcoin: zero-knowledge proofs on Bitcoin!
MIT License
161 stars 31 forks source link

Capped Hashmap #25

Closed ppoliani closed 6 months ago

ppoliani commented 6 months ago

Implementation of a Hashmap collection with a capped size. Based on the ideas discussed here https://github.com/sigma0-xyz/zkbitcoin/issues/2

mimoo commented 6 months ago

Nice! Thanks for addressing the nits :)