Function PS_SignRsaSha256

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

Signs a RSA signature.

ยงArguments

  • hash - SHA256 hash to sign.
  • ctx - RSA context.
  • signature - RSA signature.