From 2453c43da95d0db054fda9a608fdcb26772948f6 Mon Sep 17 00:00:00 2001 From: Henry Case Date: Sat, 27 Mar 2021 00:07:28 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71bfac80..d2698a20 100644 --- a/README.md +++ b/README.md @@ -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