Compare commits

..

No commits in common. "master" and "1.0.5" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -15,5 +15,4 @@ class CPPrivateKey
public function get_KeySpec(){}
public function set_KeyPin(string $pin){}
}

View File

@ -7,6 +7,6 @@ class CPRawSignature
public function VerifyHash(){}
public function SignHash(\CPHashedData $hashedData, \CPCertificate $certificate): string {}
public function SignHash(){}
}