Skip to main content

cfm_tc_dkg_output_share

Function cfm_tc_dkg_output_share 

Source
#[unsafe(no_mangle)]
pub extern "C" fn cfm_tc_dkg_output_share( session: *mut FFITcSession, share_out: *mut *mut CFMTcShare, public_key_out: *mut u8, pk_max: u32, pk_len: *mut u32, ) -> u32
Expand description

For DKG sessions: extract the per-party share and the shared public key.