cleanup
[org.ibex.crypto.git] / src / org / ibex / crypto / AES.java
index 3f6ea69..d1173ca 100644 (file)
@@ -38,6 +38,8 @@ public class AES implements Cipher {
         }
     }
     
+    // everything below if from BouncyCastle
+    
     /**
      * an implementation of the AES (Rijndael), from FIPS-197.
      * <p>