interface webcrypto.AesCtrParams extends Algorithm Usage in Denoimport { type webcrypto } from "node:crypto"; type { AesCtrParams } = webcrypto; Properties counter: BufferSource length: number