Skip to content
#

zero-knowledge

Here are 161 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

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