Poseidon252
Poseidon252 copied to clipboard
Reference implementation for the Poseidon Snark-friendly Hash algorithm.
**Describe what you want implemented** The features of a crate should be named accordingly to the features they enable, and not the names or technicalities of its dependencies. I propose...
#### Summary Change `finalize` in both `Hash` and `HashGadget` to return the hash directly. We can do this since we start and finish the `Safe` instance in the same method...
#### Summary Add a test where the opening is tampered with. The leaf and root should be fine but the opening should be tempered with.