From 0a22ed374965c1de325aa1414bff767f3e99f6fa Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 15 Nov 2015 11:19:36 +0100 Subject: [PATCH] readme: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a68b0ba..612f0ae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The post-quantum cryptography tool. This is a GnuPG-like unix program for encryption and signing that uses only quantum-computer-resistant algorithms: - - McEliece cryptosystem (compact quasi-dyadic variant) for encryption + - McEliece cryptosystem (compact QC-MDPC variant) for encryption - Hash-based Merkle tree algorithm (FMTSeq variant) for digital signatures #### Why this?