Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 24-Jun-2023 | 555 | 27 | 16 | |
README.md | H A D | 24-Jun-2023 | 709 | 21 | 14 | |
cipher.dot | H A D | 24-Jun-2023 | 3.3 KiB | 73 | 64 | |
digest.dot | H A D | 24-Jun-2023 | 1.5 KiB | 34 | 30 | |
kdf.dot | H A D | 24-Jun-2023 | 618 | 17 | 13 | |
lifecycles.ods | HD | 24-Jun-2023 | 16.6 KiB | |||
mac.dot | H A D | 24-Jun-2023 | 1.1 KiB | 29 | 25 | |
pkey.dot | H A D | 24-Jun-2023 | 2.7 KiB | 50 | 37 | |
rand.dot | H A D | 24-Jun-2023 | 710 | 18 | 14 |
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