[][src]Function indy_crypto::ffi::cl::issuer::indy_crypto_cl_signature_correctness_proof_from_json

#[no_mangle]
pub extern "C" fn indy_crypto_cl_signature_correctness_proof_from_json(
    signature_correctness_proof_json: *const c_char,
    signature_correctness_proof_p: *mut *const c_void
) -> ErrorCode

Creates and returns signature correctness proof from json.

Note: Signature correctness proof instance deallocation must be performed by calling indy_crypto_cl_signature_correctness_proof_free

Arguments

  • signature_correctness_proof_json - Reference that contains signature correctness proof json.
  • signature_correctness_proof_p - Reference that will contain signature correctness proof instance pointer.