Name Date Size #Lines LOC

..24-Aug-2022-

MakefileH A D23-May-2021555 2716

README.mdH A D28-May-2021709 2114

cipher.dotH A D08-Jun-20213.3 KiB7364

digest.dotH A D22-Sep-20211.5 KiB3430

kdf.dotH A D22-Sep-2021618 1713

lifecycles.odsH A D08-Jun-202116.6 KiB

mac.dotH A D22-Sep-20211.1 KiB2925

pkey.dotH A D06-Jun-20212.7 KiB5037

rand.dotH A D22-Sep-2021710 1814

README.md

1Algorithm Life-Cycle Diagrams
2=============================
3
4This directory contains the algorithm life-cycle diagram sources.
5
6The canonical life-cycles are in the spreadsheet.
7
8The various .dot files are graph descriptions for the
9[GraphViz](https://www.graphviz.org/) tool.  These omit edges and should
10be used for guidance only.
11
12To generate the rendered images, you need to install the following packages:
13
14    sudo apt install graphviz cpanminus
15    sudo cpanm Graph::Easy
16
17Running `make` will produce a number of `.txt` and `.png` files.
18These are the rendered `.dot` files.  The `.txt` files require
19additional editing before they can be added to the manual pages in
20`internal/man7/life_cycle-*.pod`.
21