-
Hi there,
I'm looking through ECP2.go, we need a way to multiply ECP2 struct with a FP. What is the general way to do this?
Already tried this and it didn't work: `func (E *ECP2) mul(e *BIG) *EC…
-
Can ark-bn254 be plugged in to replace ark-bls12-381? We'd like to do performance comparison with several other zkSnark tools based on bn254.
Thanks!
-
https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/bn254/twistededwards/eddsa/eddsa.go#L89
## code reference
```
h := blake2b.Sum512(seed[:])
for i := 0; i < 32; i++ {
priv.randS…
-
Hey Shigeo, hajimemashite
First, thanks for the excellent lib!
On our web app we use it on multiple locations asynchronously.
To avoid running `init` multiple times, I have written a small getter…
-
https://github.com/mratsim/constantine/runs/1797454504?check_suite_focus=true#step:16:1498
After merging #142 which is not in the codepath.
```
test_pairing_BN254_Nogami_optate xoshiro512** see…
-
Let's switch to @kilic's `halo2` branch: https://github.com/kilic/halo2/tree/kzg soon.
-
This issue should work on the recommendation from the issue #191.
Currently ZoKrates team is looking into writing this functionality.
This issue should be updated with progress every week, so that w…
-
I've had a look in the library and it seems like Scott optimization in was implemented only for BLS12-381
(paper: https://eprint.iacr.org/2021/1130.pdf)
It is however applicable for all curves whe…
-
To make the API more configurable and more stable, I propose the following struct:
```rust
struct MixerR1CSProver {
engine: PhantomData,
hasher: PhantomData,
}
```
Which will be def…
-
Only CAPE repository.
Check the following directories
- [ ] contracts
- [ ] #585
- [ ] contracts/contracts/libaries/BN254.sol
- [ ] contracts/contracts/verifier
- [ ] contracts/ru…