We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a17524 commit 542e781Copy full SHA for 542e781
1 file changed
docs/developer-guide.md
@@ -2,6 +2,21 @@
2
3
# Developer guide
4
5
+This page is intended for software developers;
6
+it contains a high-level overview of the implementation.
7
+
8
+For an overview of what Distributed Symmetric Key Establishment (DSKE) is and what problem it solves
9
+see the [introduction](/docs/what-is-dske-and-what-problem-does-it-solve.md).
10
11
+For a detailed description of the DSKE protocol, see the
12
+[protocol guide](/docs/protocol-guide.md).
13
14
+If you just want hands-on instructions on how to get started running the code and generating keys
15
+with a minimum of background information see the
16
+[getting started guide](/docs/getting-started-guide.md).
17
+Or, for more details see the
18
+[user guide](/docs/user-guide.md).
19
20
## Technology stack
21
22
Our technology stack is:
0 commit comments