jat9292
jat9292
## 🐛 Bug description Hello, I keep getting an error when trying to compile a multithreaded Rust library to WASM using `wasm-pack`. I used the following recommended flags for compilation...
## 🐛 Bug description Hello, when trying to use wasm-pack to use in a web front-end (nextjs) a multi-threaded Rust function, I keep getting this kind of error in the...
### Aim When working on a Private token project, a test that should pass panicked when I used `nargo test` with a "stack overflow" error. I then tried the same...
https://github.com/privacy-scaling-explorations/maci/blob/78609349aecd94186216ac8743d61b1cb81a097f/crypto/ts/index.ts#L236C1-L236C1 I do not understand why are you taking the Snarks Field size when sampling for Baby Jubjub curve, instead of the order of base point ( 2736030358979909402780800718157159386076813972158567259200215660948447373041 ). Won't...