File: index.rst

package info (click to toggle)
fastd 21-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,664 kB
  • sloc: asm: 15,114; ansic: 9,737; yacc: 584; sh: 561; makefile: 160; python: 34; perl: 11
file content (48 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Welcome to fastd's documentation!
=================================

User manual
-----------

.. toctree::
   :maxdepth: 2

   manual/cmdline
   manual/config
   manual/methods
   manual/mtu

Release notes
-------------

.. toctree::
   :maxdepth: 2

   releases/v21
   releases/v20
   releases/v19
   releases/v18
   releases/v17
   releases/v16
   releases/v15

Cryptographic algorithms
------------------------

.. toctree::
   :maxdepth: 2

   crypto/ec25519
   crypto/fhmqvc
   crypto/ciphers
   crypto/macs
   crypto/methods

Developer documentation
-----------------------

.. toctree::
   :maxdepth: 2

   devel/building
   devel/protocol