Merge pull request #2 from ilimurzin/pin

Метод CPPrivateKey::set_KeyPin
This commit is contained in:
Artem Vasilev 2025-03-18 13:53:14 +03:00 committed by GitHub
commit e98613e659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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