Type Alias miden_processor::Word

source ·
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

source§

fn from(response: HostResponse) -> Self

Converts to this type from the input type.