Type Alias hotshot_stake_table::vec_based::config::StateVerKey

pub type StateVerKey = VerKey<EdwardsConfig>;
Expand description

Schnorr verification key as auxiliary information Verification key for verifying state signatures

Aliased Type§

struct StateVerKey(/* private fields */);

Trait Implementations§

source§

impl ToFields<Fp<MontBackend<FrConfig, 4>, 4>> for StateVerKey

Hashable representation of a key NOTE: commitment is only used in light client contract. For this application, we needs only hash the Schnorr verification key.

source§

const SIZE: usize = 2usize

The number of field elements needed to represent the given struct.
source§

fn to_fields(&self) -> Vec<FieldType>

Convert the given struct into a list of field elements.