[][src]Function indy_crypto::ffi::bls::indy_crypto_bsl_verify_pop

#[no_mangle]
pub extern "C" fn indy_crypto_bsl_verify_pop(
    pop: *const c_void,
    ver_key: *const c_void,
    gen: *const c_void,
    valid_p: *mut bool
) -> ErrorCode

Verifies the proof of possession and returns true - if signature valid or false otherwise.

Arguments

  • pop - Proof of possession
  • ver_key - Verification key instance pinter
  • gen - Generator instance pointer
  • valid_p - Reference that will be filled with true - if signature valid or false otherwise.