Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG. It provides functions for all cryptographic building blocks: symmetric cipher algorithms and modes, hash algorithms, MACs, public key algorithms, large integer functions, random numbers and a lot of supporting functions.
Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG. It provides functions for all cryptographic building blocks: symmetric cipher algorithms and modes, hash algorithms, MACs, public key algorithms, large integer functions, random numbers and a lot of supporting functions.
To install libgcrypt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgcrypt
To see what files were installed by libgcrypt, run:
port contents libgcrypt
To later upgrade libgcrypt, run:
sudo port selfupdate && sudo port upgrade libgcrypt
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.