Struct snapps_txn_reference_impl::primitives::Vesta [−][src]
pub struct Vesta {}
Expand description
A point on the ‘Vesta’ elliptic curve.
Points on this curve are defined by the equation
y^2 = x^3 + a*x + b
with the constants a = 0
and b = 5
,
where x
and y
are elements of the finite field Fq
.
Points on the Vesta curve form a prime group of order
28948022309329048855892746252171976963363056481941647379679742748393362948097
under the standard elliptic curve
addition operation.
Implementations
The elliptic curve point used as the generator for the group.
This is the constant point defined by
x = 1, y = 11426906929455361843568202299992114520848200991084027513389447476559454104162
The standard elliptic curve addition group operation on the Vesta curve.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vesta
impl UnwindSafe for Vesta
Blanket Implementations
Mutably borrows from an owned value. Read more