-
## Description
While setting up the repo on Google colab notebook, had issue compiling the repo,
### Reproduce
Steps listed as:
https://github.com/gkigiermo/rust-cuda-colab/blob/main/rust_ic…
-
Greetings! I'm getting an assertion error while trying to run a proof method on `prover_rpcd`.
```
[2024-01-22T08:10:42Z INFO prover::shared_state] task_result: Err(
"assertion failed: `(…
-
While doing a debug session for PyChiquito we noticed that the field class we're using in the zkevm-specs is the base field of BN256, but it should be the scalar field instead:
```
>>> from py_ecc i…
ed255 updated
11 months ago
-
This is a tracking issue to help transition the verifier from the Pasta curve cycle to the Grumpkin curve cycle.
## Regenerate data:
- `compressed-snark.json`, and `verifier-key.json` need to be r…
-
implement bn254 algebra using aptos primitives.
-
When I use chain id `420`, block number `19635965` and `api.lagrange.dev` the program panics:
```
Raw public key for 0x6E654b122377EA7f592bf3FD5bcdE9e8c1B1cEb9: 17f1d3a73197d7942695638c4fa9ac0fc36…
Inkvi updated
8 months ago
-
bn254_arithmetic::from_repr is wrapped with crypto_algebra::deserialize. and which need support 64 byte vector.
```
public fun from_repr(repr: vector): Element {
let e = std::option::ex…
-
Hello! How are you? Im getting the 20:16:12 ERR error="constraint #106781 is not satisfied: qL⋅xa + qR⋅xb + qO⋅xc + qM⋅(xaxb) + qC != 0 → 143 + 0 + 0 + 0 + -227 != 0" nbConstraints=980154 error, but i…
-
## Summary
I would like to hash arbitrary byte strings to group scalars.
```rust
let msg = "Hello world!".as_bytes();
let h = ark_bn254::Fr::hash(msg);
```
## Problem Definition
This is r…
-
Hi,
The error message is: `can't set fr.Element from type expr.Term`
Here is the [full source code](https://github.com/xiyu1984/cook-gnark/tree/main)
When setting the member `X` as `gnark:",p…