pub fn encode_individual_secrets( individual_secrets: &[[u8; 32]], ) -> Result<Vec<u8>, Error>
Encode following this format: <INDIVIDUAL_SECRET_1><INDIVIDUAL_SECRET_2><..><INDIVIDUAL_SECRET_N>