cryptography Code
Operations, ciphers, hashes, PRNG, things you need for cryptography
Brought to you by:
marcusmors
at the root of the project.
cmake -B build
cd build
make
every sub library has its own directory in examples/
you can try any of the binaries by executing:
./<sub_library>_examples_<algorithm>
where:
- <sub_library>
: is any of the sub libraries in include.
- <algorithm>
: is the algorithm or set of them you want to try.
like the following:
./"operations_examples_inverse"