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

tsec.cipher.symmetric.IvGen.scala Maven / Gradle / Ivy

The newest version!
package tsec.cipher.symmetric

trait IvGen[F[_], A] {

  def genIv: F[Iv[A]]

  def genIvUnsafe: Iv[A]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy