Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e47ae commit 6a36249Copy full SHA for 6a36249
include/bitcoin/system/crypto/aes256.hpp
@@ -26,7 +26,9 @@ namespace libbitcoin {
26
namespace system {
27
namespace aes256 {
28
29
-/// This is an implementation of AES256.
+/// 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.
32
/// NIST selected three members of the Rijndael family, each with a block
33
/// size of 128 bits, but three different key lengths: 128, 192 and 256 bits.
34
0 commit comments