-
### Problem
Commit 08f5710e085e55c038b8555032c90a31d7c91037 fixed an issue where the bls12_377 Fr and Fq comments had a non-ascii character.
noir_rsa is dependent on this library and will not c…
-
A random thought related to https://github.com/ingonyama-zk/cloud-ZK/issues/1
Should we consider one day that we will have some hooks for this library? Note that we should not hook every method/fun…
-
Would it be possible to do something like add a C interface to https://github.com/Chia-Network/bls-signatures and release the capability to create BLS signatures in a firmware update?
This would be…
-
Why is a BLS signature used in PopProve and PopVerify? Am I missing something?
I suppose BLS PoP save some space especially if you "aggregate" many PoPs, using their messages' distinctness. Yet, …
-
- consider creating "addons" or "others" module
- move jubjub and pasta curves into "others" file
- research other curves that can be included
- brainpool? something else?
- Mirror…
-
Hello,
I need to serialize GT elements for bls12-381.
I noticed that the 12 field elements that form a GT element of bls12-381 generated by your library are different from the ones serialized by the…
-
Pairing friendly elliptic curves are required for advanced zero knowledge proof systems including privacy preserving constructions and zkrollups. The Soroban ecosystem has already expressed interest i…
-
BLS crypto module only has tests for BLS12-377. We are moving to BLS12-381 so we should have test for BLS12-381 as well. The test in BEEFY primitives also are hardcoded for BLS12-377 and we should rec…
-
This ticket will be a discussion of optimizations for implementing recursive SNARKs.
For Groth16 verification we need pairings, and for pairings we need extension field arithmetic. Assume that the …
daira updated
4 years ago
-
## What
Hi! Can't install/build the latest version of `corset`, it seems like the problem is the same as in #214. The two versions of `ratatui` are conflicting.
## Proof
Here is the trace
…