From ad9304779e34e43153c735a95abf9e84bed1a5a6 Mon Sep 17 00:00:00 2001 From: Norman Ashley Date: Sat, 13 Jan 2024 00:32:50 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3644e66774..bd53cbcb4a 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ The following instructions assume we are in `build`. - `speed_sig`: Benchmarking program for signature mechanisms; see `./speed_sig --help` for usage instructions - `example_kem`: Minimal runnable example showing the usage of the KEM API - `example_sig`: Minimal runnable example showing the usage of the signature API + - `example_sig_stfl`: Minimal runnable example showing the usage of the stateful signature API - `test_aes`, `test_sha3`: Simple test harnesses for crypto sub-components - `test_portability`: Simple test harnesses for checking cross-CPU code portability; requires presence of `qemu`; proper operation validated only on Ubuntu