Skip to main content

eval_operand

Function eval_operand 

Source
pub fn eval_operand(
    source: &impl WordSource,
    operand: &[ShiftedValueIndex],
) -> Word
Expand description

Evaluates an operand — the XOR of its shifted-value terms — against any WordSource.

An empty operand evaluates to the zero word, the XOR identity.