pub type Word = [BaseElement; 4];Expand description
A group of four field elements in the Miden base field.
Trait Implementations§
Source§impl From<HostResponse> for Word
impl From<HostResponse> for Word
Source§fn from(response: HostResponse) -> Self
fn from(response: HostResponse) -> Self
Converts to this type from the input type.