mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
change comment
This commit is contained in:
parent
791c59ef06
commit
f0c2436311
@ -42,7 +42,7 @@ lazy_static! {
|
||||
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]
|
||||
unsafe extern "C" fn randombytes(
|
||||
data: *mut ::std::os::raw::c_uchar,
|
||||
|
Loading…
Reference in New Issue
Block a user