Function bitand

Source
pub fn bitand<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the AND instruction.

Bitwise AND of two values from stack.