IXofOutput(Byte, Int32, Int32) Method
Start outputting the results of the final calculation for this XOF. Unlike DoFinal, this method
will continue producing output until the XOF is explicitly reset, or signals otherwise.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function Output(output, outOff, outLen);
- output Byte
- output array to write the output bytes to.
- outOff Int32
- offset to start writing the bytes at.
- outLen Int32
- the number of output bytes requested.
Int32the number of bytes written