This commit is contained in:
Ilka Schulz
2026-06-07 15:54:04 +02:00
parent 475d69333d
commit 1a3beed2f7
+1 -1
View File
@@ -37,8 +37,8 @@ pub fn memcmp(a: &[u8], b: &[u8]) -> bool {
mod tests {
use super::*;
use core::hint::black_box;
use rand::seq::SliceRandom;
use rand::rng;
use rand::seq::SliceRandom;
use std::time::Instant;
#[test]