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