IXofOutput(SpanByte) Method

Start outputting the results of the final calculation for this XOF. Unlike OutputFinal, this method will continue producing output until the XOF is explicitly reset, or signals otherwise.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
int Output(
	Span<byte> output
)

Parameters

output  SpanByte
span to fill with the output bytes.

Return Value

Int32
the number of bytes written

See Also