Current section

Files

Jump to
gossamer src gossamer hash_algorithm.gleam
Raw

src/gossamer/hash_algorithm.gleam

pub type HashAlgorithm {
Sha1
Sha256
Sha384
Sha512
Other(String)
}