LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
To install libtomcrypt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libtomcrypt
To see what files were installed by libtomcrypt, run:
port contents libtomcrypt
To later upgrade libtomcrypt, run:
sudo port selfupdate && sudo port upgrade libtomcrypt
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.