-
the motivation outlined in https://github.com/penumbra-zone/penumbra/issues/3526 and https://github.com/penumbra-zone/web/issues/1481 for supporting a 64-bit multiplier has now been implemented in Ark…
-
Are there any conversions among the [different forms of bls12-377](https://github.com/arkworks-rs/curves/blob/master/bls12_377/src/curves/g1.rs#L44-L46) anywhere? I'd assume they serialize differentl…
-
Hello.
I managed to create a Parser for Circom/SnarkJS proof, verifying key and inputs to Gnark. I do believe this is a nice to have feature because there is nothing like Circom for browsers (in term…
p4u updated
57 minutes ago
-
## Summary
The `ed_on_bw6_761` curve is an elliptic curve whose base field matches the BW6-761 curve.
This curve is useless and should be replaced by the BLS12-377 curve:
* BLS12-377 base field i…
-
BLS12-381 and BLS12-377 both need to be updated to be constant. Side benefit is compilation to ARM and AMD
-
Check libsnark/gadgetlib1/gadgets/curves/bw6_761_bls12_377/... and add all required miller loops (e.g. ee/e) from libsnark/gadgetlib1/gadgets/pairing/pairing_params.hpp.
-
This bug was reported to @Pratyush in January 2024 through a mutual partner. Since I haven't received a response about the preferred disclosure method, I'm documenting this issue to keep track of it.
…
-
Add a list of users to README or elsewhere.
* `crypto/elliptic` P-521 ([CL 315271](https://golang.org/cl/315271), [tweet](https://twitter.com/FiloSottile/status/1388374868131987459))
* Don't forge…
-
Currently only ALT_BN128/BN128, MNT4-298/MNT6-298 and EDWARDS-80 elliptic curves are supported in libff. All of them have a lower security level than 128-bit. Is there any plans to support other curve…
-
This proposal recommends changing the dependency used to handle the operations on elliptic curves needed by the BBS+ implementation.
Currently, an implementation from [kilic](https://github.com/kil…