You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, just to clarify, this issue can't be picked up until privacy-scaling-explorations/zk-kit.rust#9 is complete? Perhaps it would be worth my compiling the documentation for the TS/JS part in the interim, if that is of interest?
Description
There is an implementation of EdDSA with Poseidon and BabyJubjub in TS/JS: https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/eddsa-poseidon.
There is no EdDSA Poseidon (and BabyJubjub) implementation in Rust yet. Once the issue (privacy-scaling-explorations/zk-kit.rust#9) is completed, there will be a crate for it on zk-kit.rust.
The idea of this issue is to compare the performance of this algorithm written in TS/JS and Rust (compiled to wasm) in Node.js and browser.
Resources
Guide to convert the Rust implementation to wasm: https://rustwasm.github.io/docs/book/
Library to create benchmarks in Node.js and browser: https://github.com/tinylibs/tinybench
The text was updated successfully, but these errors were encountered: