openssl_sys

Function BN_mod_sqrt

source
pub unsafe extern "C" fn BN_mod_sqrt(
    ret: *mut BIGNUM,
    a: *const BIGNUM,
    p: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> *mut BIGNUM