@@ -6,16 +6,16 @@ This page is intended for software developers;
66it contains a high-level overview of the implementation.
77
88For 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) .
9+ see the [ introduction] ( what-is-dske-and-what-problem-does-it-solve.md ) .
1010
1111For a detailed description of the DSKE protocol, see the
12- [ protocol guide] ( /docs/ protocol-guide.md) .
12+ [ protocol guide] ( protocol-guide.md ) .
1313
1414If you just want hands-on instructions on how to get started running the code and generating keys
1515with a minimum of background information see the
16- [ getting started guide] ( /docs/ getting-started-guide.md) .
16+ [ getting started guide] ( getting-started-guide.md ) .
1717Or, for more details see the
18- [ user guide] ( /docs/ user-guide.md) .
18+ [ user guide] ( user-guide.md ) .
1919
2020## Technology stack
2121
@@ -44,7 +44,7 @@ IETF draft
4444[ draft-mwag-dske-02] ( https://datatracker.ietf.org/doc/draft-mwag-dske/02/ ) .
4545It has been developed completely independently of the authors of the draft, based only on the public
4646information in the draft.
47- See [ the DSKE protocol page] ( /docs/ dske-protocol.md) for more details.
47+ See [ the DSKE protocol page] ( dske-protocol.md ) for more details.
4848
4949## Proof of concept
5050
@@ -161,7 +161,7 @@ The clients provides the following API endpoints:
161161
162162Only the in-band DSKE protocol API endpoints (` .../dske/api/... ` ) are authenticated
163163using the authentication mechanism described in the
164- [ protocol guide] ( /docs/ protocol-guide.md)
164+ [ protocol guide] ( protocol-guide.md )
165165
166166The out-of-band DSKE protocol API endpoints (` .../dske/oob/... ` ) are not authenticated.
167167They only exist to simulate actions that would be some secure out-of-band physical distribution
0 commit comments