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