-
We want to:
- accelerate the final gnark proof using the GPU + Ingonyama's Icicle,
- benchmark the speedups,
- integrate the choice of hardware, deployment instructions in the release package.
This w…
-
I am trying to run the tests of `snark-verifer` folder.
I added a file in `snark-verifier/configs` called `verify_circuit.config` and added this configuration
```
{"strategy":"Simple","degree":21,…
-
### Aim
Here is my bls signature verification implementation in Noir: https://github.com/onurinanc/noir-bls-signature. When I tried to run this, the cli crashed somehow. There are 2 more persons that…
-
I was developing a program where I was using the following struct:
```rust
pub struct UnknownRecipientTransfer {
pub sender: Pubkey,
pub claim_pubkey: Pubkey,
pub amount: u64,
…
-
Attempting to compile barretenberg on an apple M1 currently fails during cmake configuration and fixing it seems non-trivial.
First, configuring cmake for barretenberg currently gives an error due …
-
## Issue description
This is more a question rather than issue, but let me please still ask it here.
When I'm trying to use any of cryptographic operations specific to bn254 algebra on Aptos `te…
-
Found [this](https://github.com/m-kus/sp1-bn254-benchmark?tab=readme-ov-file) where G1 mul is only 400k, as compared to 4m with ark_bn254.
mrain updated
2 months ago
-
I think it would be best to modify the `Signer` interface as follows:
```go
type Signer interface {
⋮
Sign(msg []byte) ([]byte, error)
SignNum(msg big.Int, hFunc hash.Hash) ([]byte, error…
-
Hello,
I am looking for an implementation of the MDS matrix for the Poseidon permutation over the BN254 curve. Specifically, I am interested in benchmarking the performance of Poseidon over BN254. …
-
We are trying to evaluate the performance of a cryptographic scheme based on type-3 pairing, and using miracl as it supports a series of curves in different security levels. However, we find that, in …