-
Updated
Jul 9, 2021 - JavaScript
zero-knowledge
Here are 152 public repositories matching this topic...
-
Updated
Jul 1, 2021 - C++
-
Updated
Jul 10, 2021 - C
-
Updated
Jun 6, 2021 - Haskell
-
Updated
May 30, 2021 - Python
-
Updated
Dec 24, 2019 - Rust
-
Updated
Jul 10, 2021 - Rust
-
Updated
Jun 18, 2019 - Python
🚀 Feature
We should support the operators <,<=,>,>= on the field type.
Blocked: This depends on snarkVM first implementing these features.
Motivation
Allows more standard operations with the field type.
Implementation
Field Gadget
- Implement the
impl<F: PrimeField> EvaluateLtGadget<F> for Fieldtraitleo/compiler/src/value/field/field_type.rs.
Tests
-
Updated
Sep 12, 2020 - Rust
We have a From impl which we use across all of our repos to go from JubJubScalar -> BlsScalar. But it is not used always in this repo. And we should do it.
This was probably included in #292 & #255
See the lack of usage:
https://github.com/dusk-network/plonk/blob/a8796248ed21fe7a32c25e04b5123df91cb7618d/src/constraint_system/ecc/scalar_mul/fixed_base/mod.rs#L35
-
Updated
Sep 16, 2020 - Rust
-
Updated
Oct 4, 2020
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Jul 8, 2021 - Rust
-
Updated
Jul 10, 2021 - Rust
-
Updated
Jul 7, 2021 - Rust
-
Updated
Jul 6, 2021 - Python
-
Updated
Aug 13, 2020 - Haskell
-
Updated
Feb 10, 2020 - Haskell
-
Updated
May 27, 2021 - Rust
-
Updated
Jun 11, 2021 - Rust
-
Updated
Oct 23, 2019 - Rust
-
Updated
Apr 14, 2020 - Haskell
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Feb 20, 2021 - C
Improve this page
Add a description, image, and links to the zero-knowledge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zero-knowledge topic, visit your repo's landing page and select "manage topics."
#306 addresses a term-precedence bug with exponentiation. However, we do not have an end-to-end test case for this.
It should be included, ideally for all operators.