Function bearssl::br_rsa_i62_public [] [src]

pub unsafe extern "C" fn br_rsa_i62_public(
    x: *mut c_uchar,
    xlen: usize,
    pk: *const br_rsa_public_key
) -> u32

\brief RSA public key engine "i62".

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

\see br_rsa_public

\param x operand to exponentiate. \param xlen length of the operand (in bytes). \param pk RSA public key. \return 1 on success, 0 on error.