pub(crate) type HkdfParams = HkdfParams;
Aliased Type§
struct HkdfParams {
pub(crate) parent: Algorithm,
pub(crate) hash: ObjectOrString,
pub(crate) info: ArrayBufferViewOrArrayBuffer,
pub(crate) salt: ArrayBufferViewOrArrayBuffer,
}
Fields§
§parent: Algorithm
§hash: ObjectOrString
§info: ArrayBufferViewOrArrayBuffer
§salt: ArrayBufferViewOrArrayBuffer