Current section

Files

Jump to
gossamer src gossamer subtle_crypto import_algorithm.gleam
Raw

src/gossamer/subtle_crypto/import_algorithm.gleam

pub type ImportAlgorithm {
Name(String)
HmacImport(hash: String)
RsaHashedImport(name: String, hash: String)
EcImport(name: String, named_curve: String)
}