All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsec.cipher.symmetric.jca.AES128.scala Maven / Gradle / Ivy

The newest version!
package tsec.cipher.symmetric.jca

import tsec.cipher.symmetric._
trait AES128[A] extends AES[A] {
  val keySizeBytes: Int = 16
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy