pub fn combine_authenticated(
    shares: Vec<Vec<u8>>,
    ciphertext: Vec<u8>
) -> Result<Vec<u8>, RecoveryError>
Expand description

Combine a set of shares and ciphertext produced by share_authenticated