gossamer/subtle_crypto/key_gen_algorithm

Types

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

Constructors

Search Document