Additive Secret Sharing Schemes
- Additive Secret Sharing Schemes are cryptographic primitives that partition a secret into multiple shares such that only the sum reveals the secret, ensuring perfect secrecy.
- They enable efficient secure multiparty computation via local arithmetic operations and constant-round protocols, supporting both classical and quantum network applications.
- Code-theoretic and combinatorial extensions offer fine-grained access control, benefiting privacy-preserving applications like secure cloud computing and machine learning.
Additive Secret Sharing Schemes (ASS) partition a secret from an algebraic domain (field or ring) into multiple shares such that only the sum (or modular sum) of all shares yields , and no subset of or fewer shares provides information about in the information-theoretic sense. This approach underpins secure multiparty computation and numerous cryptographic protocols, due to its homomorphic properties and composable security guarantees. ASS is realized across classical settings, with generalizations to quantum network architectures and code-theoretic structures for controlling access, correctness, and efficiency.
1. Algebraic Foundation and Construction
ASS can be instantiated over arbitrary rings or fields. For , the share-generation protocol selects independent, uniformly random values , then computes (addition modulo the group operation in ). Each party 0 receives 1, ensuring 2 and that any strict subset is uniformly distributed and completely hides 3 (Xia et al., 2020, Xiong et al., 2020):
4
5
Correctness is immediate, and perfect secrecy against any coalition of size 6 is guaranteed by the uniform masking property.
Extensions of ASS leverage the structure of additive codes over finite fields such as 7, enabling non-threshold access structures and advanced combinatorial control over authorized sets (Kim et al., 2017). In this setting, the codeword generation associates the secret with a linear equation over 8 solved by a random vector 9, and shares are determined by a generator matrix 0.
2. Computation on Secret Shares
ASS shares support a rich suite of arithmetic operations with minimal interaction. Addition and subtraction are purely local due to the linearity of the sharing:
- Local addition/subtraction: Each party computes 1 to obtain a share of 2.
- Secure multiplication: Requires pre-processing with Beaver triples. A trusted third party generates random 3, shares them, and parties compute local masks and exchange masked differences. One round of interaction with 4 communication suffices (Xia et al., 2020, Xiong et al., 2020):
5
Protocols generalize to matrix and vector operations entry-wise and allow efficient parallel composition (Xia et al., 2020).
For nonlinear functions (exponentiation, logarithm, division, comparison), switching between ASS and Multiplicative Secret Sharing (MSS) via secure resharing enables constant-round protocols. Trigonometric and inverse trigonometric functions exploit polynomial identities and Taylor expansion, implemented via compositions of the basic constant-round primitives (Xiong et al., 2020).
3. Security, Composability, and Model
ASS achieves information-theoretic (UC-) security against semi-honest adversaries, both in the classical and quantum settings. The simulation argument shows that the view of any adversarial party can be perfectly simulated by an independent uniform draw, revealing no information about the secret (Xiong et al., 2020, Xia et al., 2020). In the Abstract Cryptography framework, the ideal functionality 6 receives the secret, distributes randomized shares, and aborts upon adversarial instruction. Security proofs for quantum protocols integrate security reductions to composable QKD and hybrid arguments (Grilo et al., 28 Apr 2025).
Composable security is crucial: composed executions in classical or quantum networks aggregate distinguishing advantages additively. For quantum Qline-based networks, protocols tolerate abort conditions and achieve 7-security with 8, where 9 is the number of honest parties and 0 the hash length (Grilo et al., 28 Apr 2025).
4. Access Structures and Code-Theoretic Extensions
Classical ASS implements threshold access structures: any 1 shares suffice, but 2 are useless. Code-based additive schemes on 3 realize richer access structures, controlled by combinatorial designs in the dual additive code. Reconstruction requires two steps using trace inner products with vectors from three distinguished dual-code families 4, mapping to lookup values that uniquely determine the secret (Kim et al., 2017):
- Support-based access: Coalitions authorized only if they possess shares corresponding to codewords covering distinct blocks in 5 and 6.
- Cheater detection: Minimum code weight 7 detects up to 8 cheating participants.
- Minimal authorized sets: Defined by pairs of supports from different code-design families—yielding non-threshold but highly structured authorization.
Self-dual codes (e.g., hexacode, dodecacode, 9) yield generalized 0-designs, controlling coalition sizes and intersection properties.
5. Quantum-Assisted Distribution and Advanced Protocols
Quantum network architectures, notably the Qline model, support efficient ASS distribution at scale. Instead of requiring 1 QKD links, the Qline allows distribution via 2 quantum links, using chained phase rotations and basis measurements, with classical sifting, error correction, and privacy amplification steps (Grilo et al., 28 Apr 2025):
- Prepare-and-measure protocol: Single source emits BB84-type qubits sequentially through 3 intermediate phase-rotation nodes, terminating in a detector node. The protocol amalgamates random subset broadcasts, error estimation, syndrome announcement, correctness hashes, and privacy amplification.
- Multiparty cryptographic primitives: Secure anonymous veto (Dining Cryptographers) and symmetric key establishment are realized as compositions of independent ASS distributions of zero.
- Performance: For 4 parties and 5 Mbit share size, 6 quantum measurements yield security advantage 7 in under 8 minutes.
Network and communication costs are significantly lower compared to classical QKD-based ASS.
6. Efficiency, Communication Complexity, and Practical Impact
ASS protocols offer constant or small round complexity for all basic and most advanced functions (Xia et al., 2020, Xiong et al., 2020):
| Protocol | Rounds | Communication per party |
|---|---|---|
| Secure multiplication | 1 | 9 |
| Matrix multiplication | 1 | 0 |
| Secure division | 3 | 1 |
| Trigonometric ops | 1 | 2 |
Preprocessing (e.g., Beaver triple generation) can be highly efficient and batched, with rates above 3 triples/sec in practical experiments.
A plausible implication is that ASS with optimized secure computation protocols and quantum-assisted distribution is suitable for high-throughput privacy-preserving machine learning, cloud computing, and multi-party cryptography, delivering drastically reduced latency and communication overheads compared to classical bit-decomposition or homomorphic encryption-based approaches.
7. Comparative Analysis and Applications
ASS differs from Shamir’s threshold secret sharing in reconstruction (unconditional sum versus polynomial interpolation) and supports wider access patterns via additive codes (Kim et al., 2017). Anonymous veto, secure key establishment, privacy-preserving cloud computation (image retrieval, secure neural inference), and efficient MPC all leverage the additive linearity and constant-round computation model (Xia et al., 2020, Xiong et al., 2020, Grilo et al., 28 Apr 2025).
Security is predicated on the semi-honest assumption in classical models and on composable QKD security and quantum hardware integrity in quantum distribution regimes. Code-theoretic extensions provide granular coalition controls, and quantum distribution architectures reduce infrastructure costs and simplify scaling.
In summary, ASS constitutes a foundational cryptographic primitive, supporting scalable and efficient secure computation and secret sharing, with ongoing expansions into quantum networks and combinatorial code-theoretic architectures.