IAeadCipherProcessAadBytes(ReadOnlySpanByte) Method
Add a span of bytes to the associated data check.
Namespace: Org.BouncyCastle.Crypto.ModesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function ProcessAadBytes(input);
Parameters
- input ReadOnlySpanByte
- the span containing the data.
If the implementation supports it, this will be an online operation and will not retain the associated data.