Type Alias dusk_jubjub::Base

source ·
pub type Base = Fq;
Expand description

Represents an element of the base field $\mathbb{F}_q$ of the Jubjub elliptic curve construction.

Aliased Type§

struct Base(pub [u64; 4]);

Fields§

§0: [u64; 4]