Module ciphercore_base::ops::multiplexer
source · Expand description
Multiplexer (Mux) operation that takes three inputs a, b, c and returns b if a is 1 or c if a is 0.
Structs
- A structure that defines the custom operation Mux that takes three inputs a, b, c and returns b if a is 1 or c if a is 0.