changeset 7:23e6e80f8ee3

Minor edit to AES.
author Thomas Dixon <reikon@reikon.us>
date Sat, 16 Aug 2008 22:55:38 -0400
parents 5cb17e09d685
children 23c62e28b3a4
files dcrypt/crypto/ciphers/AES.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dcrypt/crypto/ciphers/AES.d	Sat Aug 16 22:43:22 2008 -0400
+++ b/dcrypt/crypto/ciphers/AES.d	Sat Aug 16 22:55:38 2008 -0400
@@ -739,7 +739,7 @@
                        S[cast(ubyte) t2];
     }
     
-    void decryptBlock() {
+    private void decryptBlock() {
         uint i = 4,
              r = ROUNDS >> 1,
              t0, t1, t2, t3;