Expand description
This module contains the Scalar
trait as well as the main, generic, implementations of it.
Enums§
- Scalar
Conversion Error - These errors occur when a scalar conversion fails.
Traits§
- Scalar
- A trait for the scalar field used in Proof of SQL.
- Scalar
Ext - Extension trait for blanket implementations for
Scalar
types. This trait is primarily to avoid cluttering the coreScalar
implementation with default implementations and provides helper methods forScalar
.
Type Aliases§
- Curve25519
Scalar - A wrapper type around the field element
ark_curve25519::Fr
and should be used in place ofark_curve25519::Fr
.