Function openssl_sys::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