Hossein Moghaddas

Results 8 issues of Hossein Moghaddas

So, this is [Brakedown](https://eprint.iacr.org/2021/1043)! @mmagician @Antonio95 --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist...

Before this fix and after #141, if you run ``` cargo build --no-default-features --features merkle_tree ``` you will get some errors. With this PR, we fix the imports for `Vec`...

Using Merlin, we have the possibility of having a sponge that is not generic on a field. --- Before we can merge this PR, please make sure that all the...

Regarding `CryptographicSponge` (and `Absorb`): - Currently, the sponge does not have a method for absorbing with a domain separator (or label; I am not sure what the correct term is)....

This PR sorts the imports by `cargo fmt` and merges them. Also, I removed some places that were using `core` and replaced them with `ark_std`. Please check if it is...

## Summary of Bug When upgrading `hashbrown` to `0.14` or `0.15`, we face the problem explained in https://github.com/arkworks-rs/poly-commit/pull/145#issuecomment-2419778786. ## Solution If we use the `default-hasher` feature from `hashbrown`, that would...

## Summary The ' nightly ' build fails with the change in rust-lang/rust#130025. The commit f374720 temporarily addresses this issue with some dummy documentation. ## Solution Some documentation is needed!