You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/stack-ckm.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
_The CKM layer is an area for future development. It will shift from the CSR model of creating a key and then splitting it to the CKM model of keeping a key split at all times._
2
2
3
3
***Collaborative Key Management (CKM).** A next-generation key-management solution, CKM uses Secure Multi Party Computation (SMPC) to keep a key separated, rather than having it all in one place. Currently, ZF FROST is the only production-ready implemention of CKM, so it's likely CKM and FROST will go hand in hand.
4
-
* See our [CKM page](/ckm/)
4
+
* See our [CKM page](/ckm/)
5
+
* Also see [Hubert](/hubert/) as a support for SMPC.
5
6
6
7
***Distributed Key Generation (DKG).** A cryptographic process where portions of a key are kept separate in separate locations, never combining them until necessary.
0 commit comments