You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scott Zemerick edited this page Nov 26, 2021
·
26 revisions
Environment
CryptoLib is currently being developed on Ubuntu 20.04 and CentOS 7.X 64bit. Dependencies include the essential development tools, such as:
cmake
libgcrypt
Building
Build CryptoLib by following these steps:
Clone the CryptoLib repo. Switch to the desired branch. Currently, integration efforts are occurring in the collab_main branch.
cd Crypto
mkdir build
cmake ../
make
make tests