Exemplo n.º 1
0
 public static void a(string A_0, a.c A_1)
 {
     if (!f.ContainsKey(A_0))
     {
         f.Add(A_0, A_1);
     }
 }
Exemplo n.º 2
0
    // Methods
    public static string a_(string A_0, string A_1)
    {
        List <string> list = new List <string>();

        a.c c = new a.c();
        a.b b = new a.b();
        list.AddRange(c.a2(A_0 + A_1));
        list.AddRange(b.a2(A_0 + A_1));
        List <byte> list2 = new List <byte>();

        for (int i = 0; i < list.Count; i++)
        {
            int num2 = 1;
            for (int j = 0; j < list[i].Length; j++)
            {
                num2 = ((3 * num2) + list[i][j]) + 7;
            }
            list2.Add((byte)(num2 % 0xfd));
        }

        string res = Convert.ToBase64String(list2.ToArray());

        return(res);
    }