Remove incorrect comments.

This commit is contained in:
JoelKatz
2012-04-05 20:20:01 -07:00
parent 7f623047cc
commit 250d8b02b1

View File

@@ -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