-
### Aim
Successfully run the below code snippet
### Expected Behavior
No error for running the code
### Bug
Running the below code with `nargo prove` will throw the following error:
```
error: …
-
### Aim
Noir language does not support integer types more than u127 (uint 127). Think noir language should support types more than u127, e.g. u128 or u256.
### Expected Behavior
```
struct Sig…
-
As mentioned here: https://github.com/EspressoSystems/HotShot/pull/1589#discussion_r1300682320
E.g. something like BLSVerKey (as mentioned in the issue above)
-
In the example of [https://play.gnark.io/#](url), it can be seen that the hash result of "Secret": "0xdeadf00d" is "Hash": "1037254799353855871006189384309576393135431139055333626960622147300727 79641…
-
- [x] Set StakeTableEntry as a type in BN254 SignatureScheme.
- [x] #1514
- [x] Let `validate()` and `sign()` of `SignatureKey` in `hotshot` use the `validate()` and `sign()` from `SignatureScheme` …
-
Excuse me, and I ran the example's code, which is named toy_bn254.rs, with this terminal command "cargo run --release --example toy_bn254" in the toy directory. However, toy_bn254 seemed that the code…
-
# AIP Discussion
Discussion and feedback thread for AIP.
Link to AIP: https://github.com/aptos-foundation/AIPs/pull/86
## Summary
This AIP proposes the support of generic cryptography alge…
zjma updated
9 months ago
-
Hi, I am trying to work with 2D arrays, but I get this error:
```
16:26:11 INF compiling circuit
16:26:11 INF parsed circuit inputs nbPublic=9 nbSecret=9
16:26:11 INF building constraint builder n…
-
-
## Problem
When attempting to publish barretenberg, we get:
https://github.com/AztecProtocol/aztec-packages/actions/runs/6630613410/job/18012362609
Copying and pasting the log incase it expir…