Method Crypto.RSA()->verify()

class Crypto.RSA

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.