From 93907902e4f2fdd99945dd1567058ec3a66aac23 Mon Sep 17 00:00:00 2001 From: Henry Case Date: Sat, 27 Mar 2021 00:02:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ea9233..71bfac80 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Rust bindgings are provided in the ``src/rustapi/pqc-sys`` and can be regenerate ## Testing -Algorithms are tested against KATs, by the runner implemented in the ``test/katrunner``. The runner uses ``katwalk`` crate. To run it: +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: ``` cd test/katrunner