How to Install botan on Mac using Brew
Package Information:
Name: botan
Use: Cryptographic algorithms and formats library in C++
URL: https://botan.randombit.net/
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install botan using brew
brew install botan
botan is ready to use now!