Uses of Class
com.coderslagoon.crypto.estreamj.ciphers.aes.AES

Packages that use AES
  • Uses of AES in com.coderslagoon.crypto.estreamj.ciphers.aes

    Modifier and Type
    Class
    Description
    class 
    memory efficient AES implementation; based on the work of Brian Gladman's optimizations and C code and the Bouncy Castle translation to Java; the class files' size went down to 2/3 of the original size (even after splitting of the shared base class); it is still faster since some unnecessary [>> &] operations have been taken out and got replaced with [>>>]
    class 
    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)