1
1
spogulis no https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

Update README.md

Šī revīzija ir iekļauta:
Henry Case 2021-03-27 00:11:37 +00:00 revīziju iesūtīja GitHub
vecāks de793ebcc8
revīzija 770942ab92
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23

Parādīt failu

@ -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