Darko Macesic
Darko Macesic
Recent changes in the Git protocol security on GitHub https://github.blog/2021-09-01-improving-git-protocol-security-github/ broke our build script that clones libsnark. I found that some submodules referenced in `.gitmodules` use the unencrypted git protocol...
Our syntax is currently strict on how and where newlines are allowed eg. ``` def main(...) { //
## Abstract Adding a function visibility feature would allow users to set a function to be private and local to the defining module. ## Motivation As all functions are exportable...
## Description In `zokrates-js` we call a snarkjs output a `program`, which is a term we use for a zokrates output that might not be correct in snarkjs case. Maybe...
Work in progress sliced from https://github.com/Zokrates/ZoKrates/pull/1304, blocked by https://github.com/Zokrates/ZoKrates/pull/1309
https://github.com/Zokrates/ZoKrates/issues/1251
Work in progress
## Description Generic parameters are not propagated correctly when using structs ## Environment - Compiler version: 0.8.6 - Operating system: Ubuntu ## Steps to Reproduce ```zokrates struct Foo { field[N]...
https://github.com/matter-labs/bellman/blob/3aa6226d04d60c539ff4ee480479ac5b92871a20/src/domain.rs#L64 https://github.com/matter-labs/bellman/blob/3aa6226d04d60c539ff4ee480479ac5b92871a20/src/domain.rs#L116 This code fails when compiled to wasm with ``` panicked at 'attempt to shift left with overflow', /home/darko/.cargo/registry/src/github.com-1ecc6299db9ec823/bellman_ce-0.3.5/src/domain.rs:64:26 ``` when `E::Fr::S` is greater or equal to `32`, which...