From f0c2436311bb0ffab7b41ea6940b1e24d8c3e453 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Mon, 17 May 2021 16:00:10 +0100 Subject: [PATCH] change comment --- test/katrunner/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/katrunner/src/main.rs b/test/katrunner/src/main.rs index 0da5c3e5..2a643423 100644 --- a/test/katrunner/src/main.rs +++ b/test/katrunner/src/main.rs @@ -42,7 +42,7 @@ lazy_static! { static ref DRBGV: Mutex> = Mutex::new(HashMap::new()); } -// We have to provide the implementation for qrs_randombytes +// We have to provide the implementation for randombytes #[no_mangle] unsafe extern "C" fn randombytes( data: *mut ::std::os::raw::c_uchar,