From 250d8b02b1fbb7b422c78851198c841e0fa8e5e3 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 5 Apr 2012 20:20:01 -0700 Subject: [PATCH] Remove incorrect comments. --- src/ECIES.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ECIES.cpp b/src/ECIES.cpp index 166134326..d51119aac 100644 --- a/src/ECIES.cpp +++ b/src/ECIES.cpp @@ -60,8 +60,8 @@ ECIES_KEY_TYPE CKey::getECIESSecret(CKey& otherKey) } // Our ciphertext is all encrypted except the IV. The encrypted data decodes as follows: -// 1) 256-bit IV (unencrypted) -// 2) Encrypted: 256-bits HMAC of original plaintext +// 1) IV (unencrypted) +// 2) Encrypted: HMAC of original plaintext // 3) Encrypted: Original plaintext // 4) Encrypted: Rest of block/padding