Following #614 and #630, the Pedersen and Poseidon hash implementations in starknet-crypto have been replaced with functionalities from upstream crates. Therefore, the starknet-crypto-codegen crate is no longer needed, as its only purpose was to generate params needed for these hash functions to work.
It's weird that those 2 PRs didn't trigger an unused module warning though. Not sure why.
Following #614 and #630, the Pedersen and Poseidon hash implementations in
starknet-crypto
have been replaced with functionalities from upstream crates. Therefore, thestarknet-crypto-codegen
crate is no longer needed, as its only purpose was to generate params needed for these hash functions to work.It's weird that those 2 PRs didn't trigger an unused module warning though. Not sure why.