[][src]Function indy_crypto::ffi::cl::prover::indy_crypto_cl_proof_builder_finalize

#[no_mangle]
pub extern "C" fn indy_crypto_cl_proof_builder_finalize(
    proof_builder: *const c_void,
    nonce: *const c_void,
    proof_p: *mut *const c_void
) -> ErrorCode

Finalize proof.

Note that proof deallocation must be performed by calling indy_crypto_cl_proof_free.

Arguments

  • proof_builder - Reference that contain proof builder instance pointer.
  • nonce - Reference that contain nonce instance pointer.
  • proof_p - Reference that will contain proof instance pointer.