rsaSigVerify

Undocumented in source. Be warned that the author may not have intended to support it.
static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_RSA)
static if(BOTAN_TEST)
size_t
rsaSigVerify
(
string e
,
string n
,
string msg
,
string padding
,
string signature
)

Meta