We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e2101 commit 352a72cCopy full SHA for 352a72c
1 file changed
cmov/src/slice.rs
@@ -32,7 +32,7 @@ impl Cmov for [u8] {
32
}
33
34
35
-/// Optimized implementation for byte arrays which coalesces them into word-sized chunks first,
+/// Optimized implementation for byte slices which coalesces them into word-sized chunks first,
36
/// then performs [`CmovEq`] at the word-level to cut down on the total number of instructions.
37
///
38
/// This is only constant-time for equal-length slices, and will short-circuit and set `output`
0 commit comments