瀏覽代碼

change comment

tags/v0.0.1
Henry Case 3 年之前
父節點
當前提交
f0c2436311
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/katrunner/src/main.rs

+ 1
- 1
test/katrunner/src/main.rs 查看文件

@@ -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…
取消
儲存