interface webcrypto.HmacKeyGenParams extends Algorithm Usage in Denoimport { type webcrypto } from "node:crypto"; type { HmacKeyGenParams } = webcrypto; Properties hash: HashAlgorithmIdentifier optional length: number