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: README.md
+30-11Lines changed: 30 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ A Go implementation of the kMOSAIC post-quantum cryptographic library.
11
11
-[kMOSAIC White Paper](https://github.com/BackendStack21/k-mosaic/blob/main/kMOSAIC_WHITE_PAPER.md) - Detailed technical specification and cryptographic design
12
12
-[Developer Guide - TypeScript Reference](https://github.com/BackendStack21/k-mosaic/blob/main/DEVELOPER_GUIDE.md) - Implementation guidelines and best practices
13
13
14
+
## ⚠️ Security Warning
15
+
16
+
**kMOSAIC is an experimental cryptographic construction that has NOT been formally verified by academic peer review. DO NOT use in production systems protecting sensitive data.**
17
+
14
18
## Overview
15
19
16
20
kMOSAIC (Key Mosaic) is a post-quantum secure cryptographic framework that combines three distinct hard mathematical problems to provide defense-in-depth security:
@@ -35,7 +39,9 @@ go get github.com/BackendStack21/k-mosaic-go
35
39
36
40
## Command-line Interface
37
41
38
-
Use the `k-mosaic-cli` for common tasks such as key generation, encryption/decryption, and signing/verification. Quick cheat:
42
+
Use the `k-mosaic-cli` for common tasks such as key generation, encryption/decryption, and signing/verification.
43
+
44
+
### Quick Start
39
45
40
46
```bash
41
47
# Install the CLI
@@ -45,9 +51,22 @@ go install github.com/BackendStack21/k-mosaic-go/cmd/k-mosaic-cli@latest
0 commit comments