1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

change comment

This commit is contained in:
Henry Case 2021-05-17 16:00:10 +01:00
parent 791c59ef06
commit f0c2436311

View File

@ -42,7 +42,7 @@ lazy_static! {
static ref DRBGV: Mutex<HashMap<thread::ThreadId, DrbgCtx>> = Mutex::new(HashMap::new()); static ref DRBGV: Mutex<HashMap<thread::ThreadId, DrbgCtx>> = Mutex::new(HashMap::new());
} }
// We have to provide the implementation for qrs_randombytes // We have to provide the implementation for randombytes
#[no_mangle] #[no_mangle]
unsafe extern "C" fn randombytes( unsafe extern "C" fn randombytes(
data: *mut ::std::os::raw::c_uchar, data: *mut ::std::os::raw::c_uchar,