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

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

Creates and returns multi signature from bytes representation.

Note: Multi signature instance deallocation must be performed by calling indy_crypto_bls_multi_signature_free

Arguments

  • bytes - Bytes buffer pointer
  • bytes_len - Bytes buffer len
  • multi_sig_p - Reference that will contain multi signature instance pointer