gossamer/subtle_crypto/import_algorithm
Types
pub type ImportAlgorithm {
HmacImport(hash: hash_algorithm.HashAlgorithm)
RsaHashedImport(
name: rsa_algorithm.RsaAlgorithm,
hash: hash_algorithm.HashAlgorithm,
)
EcImport(
name: ec_algorithm.EcAlgorithm,
named_curve: named_curve.NamedCurve,
)
Other(String)
}
Constructors
-
HmacImport(hash: hash_algorithm.HashAlgorithm) -
RsaHashedImport( name: rsa_algorithm.RsaAlgorithm, hash: hash_algorithm.HashAlgorithm, ) -
EcImport( name: ec_algorithm.EcAlgorithm, named_curve: named_curve.NamedCurve, ) -
Other(String)