java.lang.Object
com.coderslagoon.crypto.estreamj.ciphers.aes.AES
com.coderslagoon.crypto.estreamj.ciphers.aes.AESMean

public class AESMean extends AES
fast AES implementation; based on the work of Brian Gladman's optimizations and C code, and the Bouncy Castle translation to Java; minor improvements have been made to pump up the speed (plus sharing lots of common code in AES)
  • Constructor Details

    • AESMean

      public AESMean()
  • Method Details

    • encryptBlock

      protected void encryptBlock(int[][] KW)
      Specified by:
      encryptBlock in class AES
    • decryptBlock

      protected void decryptBlock(int[][] KW)
      Specified by:
      decryptBlock in class AES