浏览代码

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,


正在加载...
取消
保存