1
1
şunun yansıması https://github.com/henrydcase/pqc.git eşitlendi 2024-11-22 07:35:38 +00:00

Update README.md

Bu işleme şunda yer alıyor:
Henry Case 2021-03-27 00:07:28 +00:00 işlemeyi yapan: GitHub
ebeveyn 93907902e4
işleme 2453c43da9
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23

Dosyayı Görüntüle

@ -61,9 +61,9 @@ See test implemetnation in ``test/ut.cpp`` for more details.
Rust bindgings are provided in the ``src/rustapi/pqc-sys`` and can be regenerated automatically by running ``cargo build`` in that directory.
## Testing
## Testing against Known Answer Tests
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 KAT tests:
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:
```
cd test/katrunner