libblake3 is the C implementation of the BLAKE3 crytographic hash function. It is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1; secure against length extensions, unlike SHA-2; highly parallelizable, and capable of verified streaming and incremental updates.
libblake3 is the C implementation of the BLAKE3 crytographic hash function. It is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2; secure, unlike MD5 and SHA-1; secure against length extensions, unlike SHA-2; highly parallelizable, and capable of verified streaming and incremental updates.
To install libblake3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libblake3
To see what files were installed by libblake3, run:
port contents libblake3
To later upgrade libblake3, run:
sudo port selfupdate && sudo port upgrade libblake3
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.