gossamer/subtle_crypto/derived_key_type

Types

The target key type for subtle_crypto.derive_key.

Non-standard or unnamed algorithms use Other(String).

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

Constructors

Search Document