HkdfParams

interface HkdfParams extends Algorithm {
hash: HashAlgorithmIdentifier;
info: BufferSource;
salt: BufferSource;
}

§Extends

§
Algorithm
[src]

§Properties

§
hash: HashAlgorithmIdentifier
[src]
§
info: BufferSource
[src]
§
salt: BufferSource
[src]