OcbBlockCipherShiftLeft Method
Namespace: Org.BouncyCastle.Crypto.ModesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected static int ShiftLeft(
byte[] block,
byte[] output
)
Protected Shared Function ShiftLeft (
block As Byte(),
output As Byte()
) As Integer
Org.BouncyCastle.Crypto.Modes.OcbBlockCipher.ShiftLeft = function(block, output);
- block Byte
-
- output Byte
-
Int32