property CipherInfo.blockSize Usage in Deno```typescript import { type CipherInfo } from "node:node__crypto.d.ts"; ``` The block size of the cipher in bytes. This property is omitted when mode is 'stream'. Type number | undefined