From 3f378e14d7caa724e4bdcd8002e377ae18df7c70 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 4 Aug 2017 08:52:50 +0200 Subject: [PATCH] readme: typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab473c4..6ff9327 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Stream ciphers used: CRHFs used: -- Cubehash variants where selected for implementation ease, really clean - design, quite good speed and flexibility of parameter choices. This is also - the only hash possibility when Crypto++ library is not linked to codecrypt. - KeyID's are CUBE256 hashes of serialized public key. +- Cubehash variants were selected for implementation ease, really clean design, + quite good speed and flexibility of parameter choices. This is also the only + hash possibility when Crypto++ library is not linked to codecrypt. KeyIDs + are CUBE256 hashes of corresponding serialized public keys. - ripemd128 for small hashes - tiger192 is used as an alternative for Cubehash for 192bit hashes - There's always a variant with SHA-256, SHA-384 or SHA-512.