[go: up one dir, main page]

bit_and

Function bit_and 

Source
pub fn bit_and(src1: CVec<u8>, src2: CVec<u8>) -> Result<CVec<u8>, String>
Expand description

Filter using BitAnd: D = S1 & S2.