瀏覽代碼

Update README.md

kyber
Henry Case 3 年之前
committed by GitHub
父節點
當前提交
770942ab92
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -22,7 +22,7 @@ Users shouldn't expect any level of security provided by this code. The library

CMake is used to build the library:

```
```bash
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
@@ -65,7 +65,7 @@ Rust bindgings are provided in the ``src/rustapi/pqc-sys`` and can be regenerate

Algorithms are tested against KATs, by the Rust-based runner implemented in the ``test/katrunner`` (only verification/decpaulation). The runner uses ``katwalk`` crate for parsing NIST format. To run it:

```
```bash
cd test/katrunner
curl http://amongbytes.com/~flowher/permalinks/kat.zip --output kat.zip
unzip kat.zip


Loading…
取消
儲存