Ejemplo n.º 1
0
 public bool Matches(string state)
 {
     return(Nonce.NonceBatch(Key, 2).Any(n => n.Matches(state)));
 }