ABOUT THE FILES

This directory contains the source files necessary to build the node
generation program for FDAB project.  

The files monocypher.[ch] are from the monocypher library, version 4.0.2.
See the https://monocypher.org/ website for details on the monocypher
library, its legal status and for a fresh copy of the official source
tarball as well.

The files yespower.h, yespower-*.c, sha256.[ch], sysendian.h and
insecure_memzero.h are from the yespower library, version 1.0.1.  Be sure
to visit https://www.openwall.com/yespower/, the official home page for the
library.

BUILDING

To build the program, you need gcc and GNU make.  This should be enough.
Just type ``make'', and the two binaries, named node-gen and ct-man, will
appear.

