gose/algorithm
Deprecated: use the gose module instead.
This module re-exports the algorithm types from gose for the v2.x
migration window. It will be removed in v3.0. New code should import
gose directly.
The constructors of every type are not re-exported here (Gleam type
aliases do not re-export constructors). Callers that pattern-match on
these types must update to gose.Aes128, gose.HmacSha256, etc.
Types
Deprecated: use gose.DigitalSignatureAlg
pub type DigitalSignatureAlg =
gose.DigitalSignatureAlg
Deprecated: use gose.KeyEncryptionAlg
pub type KeyEncryptionAlg =
gose.KeyEncryptionAlg
Deprecated: use gose.RsaEncryptionAlg
pub type RsaEncryptionAlg =
gose.RsaEncryptionAlg