Module word

Module word 

Source
Expand description

A Word type used in the Miden protocol and associated utilities.

Structs§

LexicographicWord
A Word wrapper with lexicographic ordering.
Word
A unit of data consisting of 4 field elements.

Enums§

WordError
Errors that can occur when working with a Word.

Functions§

parse_hex_string_as_word
Parses a hex string into a [Felt; 4] array.