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

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

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

import tsec.cipher.symmetric._

trait AES192[A] extends AES[A]{
  val keySizeBytes: Int = 24
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy