property CipherInfo.blockSize Usage in Denoimport { type CipherInfo } from "node:crypto"; The block size of the cipher in bytes. This property is omitted when mode is 'stream'. Type number | undefined