aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/block_cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/block_cipher.h')
-rw-r--r--src/block/block_cipher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/block_cipher.h b/src/block/block_cipher.h
index b3e1b0e31..2d9198c58 100644
--- a/src/block/block_cipher.h
+++ b/src/block/block_cipher.h
@@ -26,7 +26,7 @@ class BOTAN_DLL BlockCipher : public SymmetricAlgorithm
/**
* @return the preferred parallelism of this cipher
*/
- virtual u32bit parallelism() const { return 1; }
+ virtual u32bit parallelism() const { return 4; }
/**
* Encrypt a block.