diff --git a/INSTALLATION.md b/INSTALLATION.md index d523a20a..c13e662b 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -287,7 +287,7 @@ mpcium start -n node2 --- -## Apendix +## Appendix ### Decrypt initiator private key with age diff --git a/SECURITY.md b/SECURITY.md index 3333a75c..6bd039fd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ Mpcium implements a threshold signature scheme with industry-standard security practices to protect cryptographic operations: 1. **Distributed Trust**: No single entity possesses complete private keys -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 3. **End-to-End Verification**: All communications are signed and verified 4. **Defense in Depth**: Multiple layers of encryption and verification