mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Use zeroize instead of 0-sets
This commit is contained in:
@@ -36,7 +36,7 @@ where
|
||||
*raw_bit = false;
|
||||
|
||||
groupings[p][i / w_usize] |= bit << (i % w_usize);
|
||||
bit = 0;
|
||||
bit.zeroize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user