gossamer/subtle_crypto/key_gen_algorithm

Types

Algorithm parameters for subtle_crypto.generate_key (symmetric keys).

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

pub type KeyGenAlgorithm {
  Aes(name: aes_algorithm.AesAlgorithm, length: Int)
  HmacGen(hash: hash_algorithm.HashAlgorithm)
  Other(String)
}

Constructors

Search Document