Skip to content

Commit 542e781

Browse files
committed
Add intro to developer guide
1 parent 5a17524 commit 542e781

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/developer-guide.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
# Developer guide
44

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+
520
## Technology stack
621

722
Our technology stack is:

0 commit comments

Comments
 (0)