7internal static class Helpers
32 byte[]
array =
new byte[num];
39 [
return: NotNullIfNotNull(
"src")]
46 return (
byte[])
src.Clone();
static byte[] TrimLargeIV(byte[] currentIV, int blockSizeInBits)
static byte[] GetCipherIv(this CipherMode cipherMode, byte[] iv)
static int GetPaddingSize(this SymmetricAlgorithm algorithm, CipherMode mode, int feedbackSizeInBits)
static byte[] CloneByteArray(this byte[] src)
static bool UsesIv(this CipherMode cipherMode)
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
static string Cryptography_MissingIV