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

#[no_mangle]
pub extern "C" fn indy_crypto_bls_pop_from_bytes(
    bytes: *const u8,
    bytes_len: usize,
    pop_p: *mut *const c_void
) -> ErrorCode

Creates and returns proof of possession from bytes representation.

Note: Proof of possession instance deallocation must be performed by calling indy_crypto_bls_pop_free

Arguments

  • bytes - Bytes buffer pointer
  • bytes_len - Bytes buffer len
  • pop_p - Reference that will contain proof of possession instance pointer