gossamer/subtle_crypto/derived_key_type

Types

pub type DerivedKeyType {
  AesDerived(name: aes_algorithm.AesAlgorithm, length: Int)
  HmacDerived(hash: hash_algorithm.HashAlgorithm)
  Other(String)
}

Constructors

Search Document