Function blst::blst_fr_add

source ยท
pub unsafe extern "C" fn blst_fr_add(
    ret: *mut blst_fr,
    a: *const blst_fr,
    b: *const blst_fr,
)