
Map of secret-key shares for threshold-FHE abort recovery
Source:R/secret-sharing.R
SecretShareMap.RdOpaque S7 wrapper around a
shared_ptr<std::unordered_map<uint32_t, DCRTPoly>>. Produced
by share_keys() — each call returns one party's contribution
to the distributed shares of their own secret key. Consumed
by recover_shared_key(), which reconstructs the original
secret from threshold or more shares when a party drops out.