[][src]Function indy_crypto::ffi::cl::verifier::indy_crypto_cl_proof_verifier_verify

#[no_mangle]
pub extern "C" fn indy_crypto_cl_proof_verifier_verify(
    proof_verifier: *const c_void,
    proof: *const c_void,
    nonce: *const c_void,
    valid_p: *mut bool
) -> ErrorCode

Verifies proof and deallocates proof verifier.

Arguments

  • proof_verifier - Reference that contain proof verifier instance pointer.
  • proof - Reference that contain proof instance pointer.
  • nonce - Reference that contain nonce instance pointer.
  • valid_p - Reference that will be filled with true - if proof valid or false otherwise.