ARCFourCipherSuitePlugin.ARCFourCryptoTransformTest.Vector1 C# (CSharp) Method

Vector1() private method

private Vector1 ( ) : void
return void
        public void Vector1()
        {
            byte[] key = StringToByteArray("0123456789abcdef");
            byte[] plaintext = StringToByteArray("0123456789abcdef");
            byte[] ciphertext = StringToByteArray("75b7878099e0c596");
            CheckVector (key, plaintext, ciphertext);
        }