[][src]Function secp256k1_abc_sys::secp256k1_multiset_finalize

pub unsafe extern "C" fn secp256k1_multiset_finalize(
    ctx: *const secp256k1_context,
    resultHash: *mut c_uchar,
    multiset: *const secp256k1_multiset
) -> c_int

Converts a multiset to a hash

Returns: 1: success 0: invalid parameter Args: ctx: pointer to a context object (cannot be NULL) Out: hash: the resulting 32-byte hash In: multiset: the multiset to hash