Skip to content

Commit d7cc311

Browse files
authored
fix typo (#64)
1 parent a5dd337 commit d7cc311

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ mpcium start -n node2
287287

288288
---
289289

290-
## Apendix
290+
## Appendix
291291

292292
### Decrypt initiator private key with age
293293

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Mpcium implements a threshold signature scheme with industry-standard security practices to protect cryptographic operations:
66

77
1. **Distributed Trust**: No single entity possesses complete private keys
8-
2. **Threshold Cryptography**: Requires t+1 nodes to participate in signing operations
8+
2. **Threshold Cryptography**: Requires t-out-of-n nodes to participate in signing operations
99
3. **End-to-End Verification**: All communications are signed and verified
1010
4. **Defense in Depth**: Multiple layers of encryption and verification
1111

0 commit comments

Comments
 (0)