Example #1
0
 public static int GetQbKey(byte[] byte_1, bool bool_2)
 {
     return(KeyGenerator.GetQbKey(new MemoryStream(byte_1), bool_2, KeyGenerator._flag0));
 }
Example #2
0
 public static int GetQbKey(Stream stream_0, bool bool_2)
 {
     return(KeyGenerator.GetQbKey(stream_0, bool_2, KeyGenerator._flag0));
 }
Example #3
0
 public static int GetQbKey(string gbName, bool alwaysTrue)
 {
     //bool_0 is always false;
     return(KeyGenerator.GetQbKey(new MemoryStream(KeyGenerator.stringToBytes(gbName)), alwaysTrue, KeyGenerator._flag0));
 }