Macro zkevm_keccak::word
source · [−]macro_rules! word {
($word_hex:expr) => { ... };
}
Expand description
Create a Word
from a hex string. Panics on invalid input.
macro_rules! word {
($word_hex:expr) => { ... };
}
Create a Word
from a hex string. Panics on invalid input.