Merge pull request #3 from ilimurzin/sign-hash

Сигнатура CPRawSignature::SignHash
This commit is contained in:
Artem Vasilev 2025-03-18 13:44:26 +03:00 committed by GitHub
commit d7b5dcfdd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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