Skip to main content

HashOptions

interface HashOptions
extends [stream.TransformOptions]

Properties Jump to heading

optional
Jump to headingoutputLength: number | undefined

For XOF hash functions such as shake256, the outputLength option can be used to specify the desired output length in bytes.

Back to top