property HashOptions.outputLength Usage in Deno```typescript import { type HashOptions } from "node:node__crypto.d.ts"; ``` For XOF hash functions such as `shake256`, the outputLength option can be used to specify the desired output length in bytes. Type number | undefined