Struct snapps_txn_reference_impl::primitives::Fp [−][src]
pub struct Fp {}
Expand description
A element of the (prime) finite field of order
28948022309329048855892746252171976963363056481941647379679742748393362948097
.
This field is the base field for Pallas curve points and the scalar field for Vesta curve points.
Implementations
Compute a hash from a hash input and a prefix state.
The ‘empty’ receipt-chain hash, as defined in the Mina protocol constants.
The ‘empty’ events hash. TODO: Inline the constant here
The ‘empty’ sequence events hash. TODO: Inline the constant here
The ‘empty’ sequence state hash. TODO: Inline the constant here
The ‘empty’ state hash, as defined in the Mina protocol constants.
Compute the public key for the given private key.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more