- globalScope> Global djcs_t_share_combine (djcs_t_private_key *vk, mpz_t rop, mpz_t *c)
- Potentially construct a proper type for storing a list of shares to ensure these functions are called in the correct way.
- globalScope> Global hcs_reseed_random (hcs_random *hr)
- Potentially expand error codes so we can explain exactly what went wrong to the caller. For now though, it is better than aborting.
- globalScope> Global pcs_t_export_verify_values (pcs_t_private_key *vk)
- This function will eventually be altered so that the verification values are stored in a pcs_t_public_key.
- globalScope> Global pcs_t_import_verify_values (pcs_t_private_key *vk, const char *json)
- As with the export function
- globalScope> Global pcs_t_share_combine (pcs_t_public_key *vk, mpz_t rop, hcs_shares *hs)
- Potentially construct a proper type for storing a list of shares to ensure these functions are called in the correct way.