Ejemplo n.º 1
0
        public void Finish(string data)
        {
            byte[] array = HmacHash.smethod_3(HmacHash.smethod_2(), data);
            while (true)
            {
IL_50:
                uint arg_38_0 = 3982832027u;
                while (true)
                {
                    uint num;
                    switch ((num = (arg_38_0 ^ 3859150612u)) % 3u)
                    {
                    case 1u:
                        this.method_1(array, 0, array.Length);
                        this.Digest = HmacHash.smethod_4(this);
                        arg_38_0    = (num * 2414475336u ^ 1000737194u);
                        continue;

                    case 2u:
                        goto IL_50;
                    }
                    return;
                }
            }
        }
Ejemplo n.º 2
0
 public void Process(string data)
 {
     byte[] array = HmacHash.smethod_3(HmacHash.smethod_2(), data);
     this.method_0(array, 0, array.Length, array, 0);
 }