Class TinyAesTransformer

All Implemented Interfaces:
ISalmonCTRTransformer

public class TinyAesTransformer extends SalmonNativeTransformer
Salmon AES transformer implemented with TinyAES backend.
  • Field Details

    • AES_IMPL_TINY_AES

      public static final int AES_IMPL_TINY_AES
      The constant to pass to the native code while initializing.
      See Also:
  • Constructor Details

    • TinyAesTransformer

      public TinyAesTransformer()
  • Method Details