Skip to content

Commit 6a36249

Browse files
committed
Comments.
1 parent 78e47ae commit 6a36249

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/bitcoin/system/crypto/aes256.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ namespace libbitcoin {
2626
namespace system {
2727
namespace aes256 {
2828

29-
/// This is an implementation of AES256.
29+
/// This is an implementation of AES256 (in ECB mode).
30+
/// ECB mode is the simplest block cipher mode but is insecure for most
31+
/// applications because it doesn't hide patterns in the plaintext.
3032
/// NIST selected three members of the Rijndael family, each with a block
3133
/// size of 128 bits, but three different key lengths: 128, 192 and 256 bits.
3234

0 commit comments

Comments
 (0)