-
# Bug Report
**Garaga version:**
v0.13.2.3
scarb version: 2.8.0
**Current behavior:**
When building the verifier contract as a member of a Scarb workspace, the error
```error: Invalid ord…
-
I am sharing here a discussion I created on Arkworks about interoperability between the different zk-snark libs out there.
https://github.com/orgs/arkworks-rs/discussions/8
Any insight from your…
-
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…
-
I want to implement bilinear pairing in esp32.But I did not find the corresponding library. Can this library be used in esp? How do you do that?
-
Rust SDK says point is not on curve (but its already registered on holesky https://holesky.etherscan.io/tx/0x607945ba90bf344ba5d5c9a391ac2cdbacfd014272429979943811806f2c534b).
The mismatch seems to…
-
The Jolt verifier uses memory address of program I/O provided from the proof instead of constructing themselves.
This allows malicious prover to be able to set the memory address of the output, pani…
-
## Description
Your [developer manual](https://dev.ingonyama.com/icicle/rust-bindings/hash) says that using Poseidon Hash's API is as follows:
It suggests that you should instantiate a poseidon_h…
-
Regarding this PR(https://github.com/onflow/flow-go/pull/3795), we may need to open an issue here for further discussion
-
Consider the code:
```rust
let pedersen_commitment_to_zero = std::hash::pedersen_commitment([0]);
println(pedersen_commitment_to_zero);
```
executing this code gets the panic
```
% nargo e…
-
## Summary of Bug
When trying to use a zkey read from a .zkey file (imported `using ark_circom::read_zkey`), and passing it to a prove function, then using proving_key.vk (from the zkey import also…