diff options
Diffstat (limited to '')
| -rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,8 @@ A workbench and playground for concepts related to and around cryptography. Noth Do */_NOT_/* use this code in any production system. This is a workbench and playground for concepts, ideas, and education /only/. #+end_quote +Build the project and run the tests +#+begin_src bash + $ mkdir build && cmake .. && cmake --build . + $ ./build/test/cryptobench_test +#+end_src |
