gossamer/subtle_crypto/derived_key_type
Types
pub type DerivedKeyType {
Name(String)
AesDerived(name: String, length: Int)
HmacDerived(hash: String)
}
Constructors
-
Name(String) -
AesDerived(name: String, length: Int) -
HmacDerived(hash: String)