Exemplo n.º 1
0
 public function sign($data)
 {
     return ECC::sign($data, $this->getPrivateKey());
 }