dusk-network/Poseidon252

Reduce hades constants from 960 to 335

Closed this issue · 0 comments

Summary

With the total amount of rounds being 67 and the WIDTH being 5, we only ever needed 67 * 5 = 335 constants. The rest of the statically loaded 960 were never used in our implementation.

Relevant Context (optional)

Make sure to also reduce the amount of hades constants in the plonk compression module.