Method Crypto.RSA()->verify()
- Method verify
bool verify(string msg, Crypto.Hash h, Gmp.mpz sign)
- Description
Verify PKCS-1 signature sign of message msg using hash algorithm h.
bool verify(string msg, Crypto.Hash h, Gmp.mpz sign)
Verify PKCS-1 signature sign of message msg using hash algorithm h.