Inheritance: System.Security.Cryptography.HashAlgorithm
Exemplo n.º 1
0
        public Ed2k()
        {
            md4HashBlocks = new List <byte[]>();
            md4           = new Md4();

            nullMd4Hash = md4.ComputeHash(nullArray);
            md4.Initialize();
        }
Exemplo n.º 2
0
        public Ed2k()
        {
            md4HashBlocks = new List<byte[]>();
            md4 = new Md4();

            nullMd4Hash = md4.ComputeHash(nullArray);
            md4.Initialize();
        }