From 14adc6a1d769e22958496d570b7f25b68cc86969 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 16 Jun 2017 01:20:02 -0700 Subject: add unity testing fmwk and simple hash fn demonstration --- README.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 86c272b..5c91106 100644 --- a/README.org +++ b/README.org @@ -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 -- cgit v1.2.3