Easy steps to install helib package on Mac
Package Information:
Application Name – helib
What is helib – Not Available for helib
Use of helib – Implementation of homomorphic encryption
URL – https://github.com/homenc/HElib
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install helib using brew
brew install helib
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
helib is ready to use now!