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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_key_public_from_json(
    rev_key_pub_json: *const c_char,
    rev_key_pub_p: *mut *const c_void
) -> ErrorCode

Creates and returns revocation key public from json.

Note: Revocation registry public instance deallocation must be performed by calling indy_crypto_cl_revocation_key_public_free

Arguments

  • rev_key_pub_json - Reference that contains revocation key public json.
  • rev_key_pub_p - Reference that will contain revocation key public instance pointer.