A cryptography library, written in C, build from the ground up.
See our CONTRIBUTING.md guide for contributing to this library.
crypto is licensed under the GNU GLP v3 license. See LICENSE for more details.
To clone the repository, use the following commands:
git clone --recurse-submodules <url>
cd <repo>
git submodule foreach git checkout master
#run the following command to update the submodule
git submodule foreach git pull