ソースを参照

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,


読み込み中…
キャンセル
保存