Summary of Bug
When upgrading hashbrown to 0.14 or 0.15, we face the problem explained in #145 (comment).
Solution
If we use the default-hasher feature from hashbrown, that would solve the problem. Something like arkworks-rs/crypto-primitives#145 might be the solution.
Summary of Bug
When upgrading
hashbrownto0.14or0.15, we face the problem explained in #145 (comment).Solution
If we use the
default-hasherfeature fromhashbrown, that would solve the problem. Something like arkworks-rs/crypto-primitives#145 might be the solution.