AES

tsec.cipher.symmetric.package$.AES
See theAES companion object
trait AES[A] extends BlockCipher[A], AEADCipher[A]

Our typeclass generalizing over AES, that lends itself to variable key sizes (128, 192 and 256 bits).

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
trait AEADCipher[A]
trait AECipher[A]
trait BlockCipher[A]
trait Cipher[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Cipher
Source
package.scala

Concrete fields

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala