Type Alias miden_crypto::Word

source ·
pub type Word = [Felt; 4];
Expand description

A group of four field elements in the Miden base field.

Trait Implementations§

source§

impl From<PublicKey> for Word

source§

fn from(key: PublicKey) -> Self

Converts to this type from the input type.