We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a0679 commit 6c2b3c2Copy full SHA for 6c2b3c2
README.md
@@ -39,7 +39,25 @@ make test
39
./scripts/tests --help
40
```
41
42
+## Demo Program
43
+
44
+A standalone demo program is included to illustrate ML-DSA usage:
45
46
+- Generates a keypair
47
+- Signs a message
48
+- Verifies the signature
49
50
+The demo is isolated and does not modify the main library. It works on Linux, macOS, and Windows.
51
52
+**Build and run the demo:**
53
54
+```bash
55
+cd demo
56
+make
57
+./demo
58
+```
59
60
## Contributing
61
62
If you want to help us build mldsa-native, please reach out. You can contact the mldsa-native team
-through the [PQCA Discord](https://discord.com/invite/xyVnwzfg5R).
63
+through the [PQCA Discord](https://discord.com/invite/xyVnwzfg5R).
0 commit comments