pub unsafe extern "C" fn PS_VerifyRsaSha256(
    hash: *mut u8_,
    ctx: *mut psRSAContext,
    signature: *mut u8_
) -> Result
Expand description

Verifies a RSA signature.

§Arguments

  • hash - SHA256 hash to compare with.
  • ctx - RSA context.
  • signature - RSA signature.