ARCFourCipherSuitePlugin.ARCFourCryptoTransformTest.Vector2 C# (CSharp) 메소드

Vector2() 개인적인 메소드

private Vector2 ( ) : void
리턴 void
        public void Vector2()
        {
            byte[] key = StringToByteArray("0123456789abcdef");
            byte[] plaintext = StringToByteArray("0000000000000000");
            byte[] ciphertext = StringToByteArray("7494c2e7104b0879");
            CheckVector (key, plaintext, ciphertext);
        }