ARCFourCipherSuitePlugin.ARCFourCryptoTransformTest.Vector3 C# (CSharp) Method

Vector3() private method

private Vector3 ( ) : void
return void
        public void Vector3()
        {
            byte[] key = StringToByteArray("0000000000000000");
            byte[] plaintext = StringToByteArray("0000000000000000");
            byte[] ciphertext = StringToByteArray("de188941a3375d3a");
            CheckVector (key, plaintext, ciphertext);
        }