예제 #1
0
 public function verify($signature, $original)
 {
     return ECC::verify($signature, $original, $this->getPublicKey());
 }