예제 #1
0
 public function sign($data)
 {
     return ECC::sign($data, $this->getPrivateKey());
 }