We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dd337 commit d7cc311Copy full SHA for d7cc311
2 files changed
INSTALLATION.md
@@ -287,7 +287,7 @@ mpcium start -n node2
287
288
---
289
290
-## Apendix
+## Appendix
291
292
### Decrypt initiator private key with age
293
SECURITY.md
@@ -5,7 +5,7 @@
5
Mpcium implements a threshold signature scheme with industry-standard security practices to protect cryptographic operations:
6
7
1. **Distributed Trust**: No single entity possesses complete private keys
8
-2. **Threshold Cryptography**: Requires t+1 nodes to participate in signing operations
+2. **Threshold Cryptography**: Requires t-out-of-n nodes to participate in signing operations
9
3. **End-to-End Verification**: All communications are signed and verified
10
4. **Defense in Depth**: Multiple layers of encryption and verification
11
0 commit comments