pub fn value_word<F: FieldExt>(
    selector: F,
    when_true: [u8; 32],
    when_false: [u8; 32]
) -> [u8; 32]
Expand description

Returns the when_true word when selector is true, else returns the when_false word.