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

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

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

sealed trait DES

object DES extends BlockCipherEV[DES]("DES", 8, 8)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy