penumbra-zone / poseidon377

An instantiation of the Poseidon hash for use with decaf377
https://protocol.penumbra.zone/main/crypto/poseidon.html
Other
28 stars 10 forks source link

feat(backend) Add u32_backend feature to enable decaf377 u32 support #59

Closed neithanmo closed 4 months ago

neithanmo commented 4 months ago

This PR introduces a new feature flag, u32_backend, to the poseidon377 crate, allowing users to explicitly select the u32 backend for the decaf377 dependency.

This is crucial for projects that require consistent use of the u32 backend across their dependencies to avoid potential subtle errors associated with backend mismatches.