Module scalar

Source
Expand description

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

Enums§

ScalarConversionError
These errors occur when a scalar conversion fails.

Traits§

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

Type Aliases§

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