Module scalar

Module scalar 

Source
Expand description

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

Structs§

MontScalar
A wrapper struct around a Fp256<MontBackend<T, 4>> that can easily implement the Scalar trait.

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.