-
https://hackmd.io/@benjaminion/bls12-381
https://github.com/zcash/zcash/issues/2502
BLS12 in 5 slides: https://docs.google.com/presentation/d/1uN-ziUVXP1xtxEyKc5piHcVnOqcrTk26WIk-fzkbOMs/edit#slid…
xhliu updated
2 years ago
-
# What is the issue
Subgroup checks are currently being performed using GLV method for G1 and GS method for G2.
This may perform incorrect scalar multiplications for points not in the subgroup, …
-
The arkworks suite (`ark-ec`, `ark-ff`, `ark-bls12-381`, `ark-serialize`) just releases stable v0.5.0 version recently. The previous version 0.4.2, which we are currently on, has been over 1 year old.…
-
Hello,
I setup your program code as documented in your read me file, yet I get this error when trying to run the example:
```
main.go:23:2: github.com/consensys/gnark-crypto@v0.7.0: replacement …
-
We need BLS12-381 curve and field arithmetics support in order to build zk-apps with BLS signature.
As a result of this task, all types of BLS signatures (including aggregated ones) have to be effi…
-
One of the issues faced by Shasper is that bls12-381 verification can be slow. While on Shasper this can also be fixed by using native execution strategy, if the algorithm is commonly used, we may wan…
-
## Description
The 0.8.16 version of [bls12_381_plus](https://crates.io/crates/bls12_381_plus/0.8.16) introduces changes to type conversion that may break builds due to conflicting implementations of…
-
This dependency got an update to version 0.5.0, but it breaks some stuff.
-
`did-key` at ^0.2.0 has bumped `bls12_381_plus` to ^0.7
`signature_bls` current is v0.35.0 which only brings `bls12_381_plus` at ^0.5
Need to raise with `signature_bls` (last 7 months ago) upstr…
-
Compatibility between bls12-381 libraries might be useful. For example, etherum2, zcash, chia.net, algorand, dfinity are all using or plan to use bls12-381.
There's a simple single-key signature ve…