IStreamCipherReturnByte Method
encrypt/decrypt a single byte returning the result.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Function ReturnByte (
input As Byte
) As Byte
function ReturnByte(input);
- input Byte
- the byte to be processed.
Bytethe result of processing the input byte.