]> git.feebdaed.xyz Git - 0xmirror/liboqs.git/commitdiff
docs: fix pluralization: "key encapsulation mechanisms (KEMs)" (#2255)
authorDmitry <98899785+mdqst@users.noreply.github.com>
Wed, 27 Aug 2025 20:26:40 +0000 (23:26 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 20:26:40 +0000 (16:26 -0400)
Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com>
README.md

index f76516567c86d6bbdc1207792dd9725a642a7aaa..a44fe3a08a776c69f536ed087eb3644b42dc9b60 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ liboqs is an open source C library for quantum-safe cryptographic algorithms.
 
 liboqs provides:
 
-- a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; the full list can be found [below](#supported-algorithms)
+- a collection of open source implementations of quantum-safe key encapsulation mechanisms (KEMs) and digital signature algorithms; the full list can be found [below](#supported-algorithms)
 - a common API for these algorithms
 - a test harness and benchmarking routines