You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the trait CryptographicSponge is only implemented for Poseidon sponges. These are comparatively inefficient for out-circuit use. A PR is open which implements the trait for the more efficient Merlin sponge: arkworks-rs/crypto-primitives#136. Let's make the swap once that PR is merged and stable.