Vincent Herbert
Vincent Herbert
multi-party-eddsa `(v0.2.1)` employs curv `(v0.2.0-ed25519)` with `features = ["ec_ed25519"]`. This version of `curv` requires [a version of `zeroize` package which does not exist anymore](https://github.com/ZenGo-X/curv/issues/112). The lib `curv` `(v0.6.2)` employ more...
Hi, I would like to employ your lib with prime field as possible. But doc is missing, I obtain strange behaviour with my usage. ``` #include #include #include using namespace...
Hi, I test a simple R1CS with Fractal's libiop and matrices of order 8 I face an unexplained behaviour. The R1CS is satisfied if I gave 0, 3, 7 primary...
As a workaround for https://github.com/rust-lang/cargo/issues/6915