About the App
- App name: libsodium
- App description: NaCl networking and cryptography library
- App website: https://github.com/jedisct1/libsodium/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key. Wait for the command to finish. - Run:
brew install libsodium
Done! You can now use libsodium
.