Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
Digestif is a toolbox to provide hash implementations in C and OCaml: MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3, Keccak-256, WHIRLPOOL, BLAKE2B, BLAKE2S, and RIPEMD160.
Digestif is a toolbox to provide hash implementations in C and OCaml: MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3, Keccak-256, WHIRLPOOL, BLAKE2B, BLAKE2S, and RIPEMD160.
To install ocaml-digestif, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-digestif
To see what files were installed by ocaml-digestif, run:
port contents ocaml-digestif
To later upgrade ocaml-digestif, run:
sudo port selfupdate && sudo port upgrade ocaml-digestif
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.