OpenZeppelin / rust-contracts-stylus

A library for secure smart contract development written in Rust
MIT License
66 stars 17 forks source link

[Feature]: Poseidon Hash #264

Open ggonzalez94 opened 1 month ago

ggonzalez94 commented 1 month ago

What is the feature you would like to see?

zk friendly hash functions tend to be computational expensive, which make them good candidates for Stylus. Reference implemenations:

Contribution Guidelines