Function bearssl::br_rsa_i62_private [] [src]

pub unsafe extern "C" fn br_rsa_i62_private(
    x: *mut c_uchar,
    sk: *const br_rsa_private_key
) -> u32

\brief RSA private key engine "i62".

This function is defined only on architecture that offer a 64x64->128 opcode. Use br_rsa_i62_private_get() to dynamically obtain a pointer to that functiom.

\see br_rsa_private

\param x operand to exponentiate. \param sk RSA private key. \return 1 on success, 0 on error.