Expand description
This module contains the Scalar
trait as well as the main, generic, implementations of it.
Enums§
- These errors occur when a scalar conversion fails.
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 coreScalar
implementation with default implemenentations and provides helper methods forScalar
.
Type Aliases§
- A wrapper type around the field element
ark_curve25519::Fr
and should be used in place ofark_curve25519::Fr
.