Function ctru_sys::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.