NOTE: This repository requires being built with fpm ( Fortran Package Manager ) Alternatively, it may be found as a part of the GPF( General Purpose Fortran )
M_hashkeys(3f) is a Fortran repository that contains several modules of hash generators.
All documents are contained in the docs/ directory including archive files of man(1) pages that can be installed on ULS (Unix-Like Systems).
HTML versions of the man-pages describe all the routines:
- An index to M_hashkeys.f90 and M_hashkeys__sha3.f90
Another view of these documents (that uses javascript to combine all the HTML descriptions of the man-pages) is in a form that can easily be printed as a single document.
- CHANGELOG provides a history of significant changes
Download the github repository and build it with fpm ( as described at Fortran Package Manager )
git clone https://github.com/urbanjost/M_hashkeys.git
cd M_hashkeys
fpm test
or just list it as a dependency in your fpm.toml project file.
[dependencies]
M_hashkeys = { git = "https://github.com/urbanjost/M_hashkeys.git" }