From 6da9e0340aa8beb7981caa0d4d1f65d528dcfe61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20Lepist=C3=B6?= Date: Mon, 11 Nov 2024 21:27:44 +0200 Subject: [PATCH] Added one target for the first stable release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e461cc6..96b26a8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ fn main() { ### Selectable Features -Clatter allows the user to pick the crypto primitives they wish to use via feature flags. Below is a table +Clatter allows user to pick the crypto primitives they wish to use via feature flags. Below is a table of all the configurable features supported by Clatter: | Feature flag | Description | Default | Details | @@ -164,4 +164,5 @@ does not currently implement *SEEC*. * ~~More KEMs with ability to configure the desired vendor~~ * Proper testing and fuzzing * Better documentation +* Intuitive Noise pattern parser with `alloc`feature