xJonathanLEI / starknet-rs

Complete Starknet library in Rust™
https://starknet.rs
Apache License 2.0
281 stars 96 forks source link

chore: remove unused crate `starknet-crypto-codegen` #632

Closed xJonathanLEI closed 2 months ago

xJonathanLEI commented 2 months ago

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.