Kobi Gurkan

Results 25 issues of Kobi Gurkan

## 🚀 Feature ## Motivation snarkOS requires at least one port to be open and routed to the node PC: 4131. UPnP allows applications to programatically request the router to...

feature
network

As described in https://github.com/AleoHQ/snarkOS/pull/219: > https://github.com/scipr-lab/zexe/ uses the Zero and One traits from the num_traits crate. Due to a trait resolution problem in Rust, the Add trait that the num_traits...

To achieve better amortization resistance, we should optimize the masked Pedersen hash. Currently we use two-bit lookups for both coordinates of each generator and normal Edwards addition. Main idea for...

DIZK is an awesome concept, and I'd really want to try this out for some of the larger constraint systems I work on - some of these are in libsnark....

enhancement

1. It's initialized here: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L95 2. Witnessed here:https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L169 3. Thought maybe your unpacker does it, but it's called with false: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L141 I'd ideally print the constraints related to these variables...

This PR together with the one in libsnark has some solution for clang compatibility. Specifically, it handles issues mentioned in #54 and #67 (in libsnark), about the following: 1. non-type...

This PR together with the one in libff has some solution for clang compatibility. Specifically, it handles issues mentioned in #54 and #67, about the following: 1. non-type template parameter...

e.g. when syncing: `{"timestamp":"Apr 16 19:11:54.994","level":"INFO","fields":{"message":"[Updates]: indexing block heights 27214536...27216128","start":27214536,"end":27216128},"target":"nomad_base::contract_sync"}`

1. `pd` requires `clang` to be installed to compile `librocksdb-sys`, missing from linux instructions in https://guide.penumbra.zone/main/pcli/install.html. 2. weird latexing going on here: ![image](https://user-images.githubusercontent.com/3520024/164296077-40a4acda-f8d6-4828-b8ff-aede65a5b493.png) 3. missing $ sign in ![image](https://user-images.githubusercontent.com/3520024/164297084-e615046b-5314-49b2-96fa-be47c66b6166.png) 4....

A-tooling