Current section

Files

Jump to
gossamer src gossamer subtle_crypto key_gen_algorithm.gleam
Raw

src/gossamer/subtle_crypto/key_gen_algorithm.gleam

pub type KeyGenAlgorithm {
Aes(name: String, length: Int)
HmacGen(hash: String)
}