proof_of_sql::base

Module scalar

Source
Expand description

This module contains the Scalar trait as well as the main, generic, implementations of it.

Enums§

Traits§

  • A trait for the scalar field used in Proof of SQL.
  • Extention trait for blanket implementations for Scalar types. This trait is primarily to avoid cluttering the core Scalar implementation with default implemenentations and provides helper methods for Scalar.

Type Aliases§

  • A wrapper type around the field element ark_curve25519::Fr and should be used in place of ark_curve25519::Fr.