1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-26 00:38:16 +00:00

readme: typo

This commit is contained in:
Mirek Kratochvil 2017-08-04 08:52:50 +02:00
parent 0d772da18c
commit 3f378e14d7

@ -57,10 +57,10 @@ Stream ciphers used:
CRHFs used: CRHFs used:
- Cubehash variants where selected for implementation ease, really clean - Cubehash variants were selected for implementation ease, really clean design,
design, quite good speed and flexibility of parameter choices. This is also quite good speed and flexibility of parameter choices. This is also the only
the only hash possibility when Crypto++ library is not linked to codecrypt. hash possibility when Crypto++ library is not linked to codecrypt. KeyIDs
KeyID's are CUBE256 hashes of serialized public key. are CUBE256 hashes of corresponding serialized public keys.
- ripemd128 for small hashes - ripemd128 for small hashes
- tiger192 is used as an alternative for Cubehash for 192bit 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. - There's always a variant with SHA-256, SHA-384 or SHA-512.