Skip to content
#

zero-knowledge

Here are 152 public repositories matching this topic...

gluax
gluax commented May 20, 2021

🚀 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 Field trait leo/compiler/src/value/field/field_type.rs.

Tests

CPerezz
CPerezz commented Aug 26, 2020

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

Improve this page

Add a description, image, and links to the zero-knowledge topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more