gossamer/aes_algorithm

Types

pub type AesAlgorithm {
  AesCbc
  AesCtr
  AesGcm
  AesKw
  Other(String)
}

Constructors

  • AesCbc
  • AesCtr
  • AesGcm
  • AesKw
  • Other(String)
Search Document