commit e3757e7b62260e679a7f470a0abeeab054d21ebf parent 088b81be96febdc094c985aba76458989fa68e23 Author: Julius Bünger <buenger@mytum.de> Date: Wed, 28 Feb 2024 16:03:07 +0100 cryptographic material: start new handbook section Diffstat:
| A | developers/cryptographic-material.rst | | | 17 | +++++++++++++++++ |
| M | developers/index.rst | | | 1 | + |
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/developers/cryptographic-material.rst b/developers/cryptographic-material.rst @@ -0,0 +1,17 @@ +.. _Cryptographic-Material: + +###################### +Cryptographic Material +###################### + +This sections provides an overview over the cryptographic material that is used +throughout GNUnet and its intended purpose. + +TODO + + - transport + - core + - peer id + - cadet + - gns + - ... diff --git a/developers/index.rst b/developers/index.rst @@ -47,6 +47,7 @@ new chapters, sections or insightful comments. util.rst architecture.rst + cryptographic-material.rst stability.rst apis/index.rst rest-api/index.rst