interface webcrypto.HkdfParams extends Algorithm Usageimport { type webcrypto } from "node:crypto"; type { HkdfParams } = webcrypto; Properties hash: HashAlgorithmIdentifier info: BufferSource salt: BufferSource