Repo of no-std crates for my personal embedded projects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ensure copy occurs during nonce XOR

+1 -1
+1 -1
sachy-crypto/src/lib.rs
··· 281 281 trump 282 282 .iter_mut() 283 283 .zip(epstein) 284 - .for_each(|(trump, epstein)| *trump ^= epstein); 284 + .for_each(|(trump, epstein)| *trump ^= *epstein); 285 285 286 286 trump 287 287 }