Expand description
Defines the scalar types that form the basis of the Starknet algebra
Structs§
- Scalar
- A wrapper around the inner scalar that allows us to implement foreign traits for the
Scalar - Starknet
FqConfig - The config for finite field that the Starknet curve is defined over
- Starknet
FrConfig - The config for the scalar field of the Starknet curve
Constants§
- BASE_
FIELD_ BYTES - The number of bytes needed to represent an element of the base field
- SCALAR_
BYTES - The number of bytes in a
Scalar
Type Aliases§
- Batch
Scalar Result - A type alias for a result that resolves to a batch of
Scalars - Scalar
Result - A type alias for a result that resolves to a
Scalar - Starknet
Base Felt - The finite field that the Starknet curve is defined over