The code has been tested very little. However, it has been proved free of runtime errors using SPARK.
The code has been heavily inspired from the
libbase58 library. See also the
COPYING_ORIGINAL
file.
- You need the GNAT compiler to build the code. You need SPARK to verify the code.
Run gprbuild -P base.gpr
to build the project.
Run gnatprove -P base
to verify the project. As there are no contracts, only
absence of runtime errors is checked.