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

#[no_mangle]
pub extern "C" fn indy_crypto_bls_ver_key_as_bytes(
    ver_key: *const c_void,
    bytes_p: *mut *const u8,
    bytes_len_p: *mut usize
) -> ErrorCode

Returns bytes representation of verification key.

Note: Returned buffer lifetime is the same as verification key instance.

Arguments

  • ver_key - Verification key instance pointer
  • bytes_p - Pointer that will contains bytes buffer
  • bytes_len_p - Pointer that will contains bytes buffer len