You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/org/bouncycastle/crypto/engines/AESFastEngine.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@
26
26
* the contents of the first
27
27
*
28
28
* The slowest version uses no static tables at all and computes the values in each round
29
+
* </p>
29
30
* <p>
30
-
* This file contains the fast version with 8Kbytes of static tables for round precomputation
31
-
*
31
+
* This file contains the fast version with 8Kbytes of static tables for round precomputation.
32
+
* </p>
33
+
* @deprecated unfortunately this class is has a few side channel issues. In an environment where encryption/decryption may be closely observed it should not be used.
0 commit comments