From d928de165f8bb896ee77f5668f35611f57429c93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Feb 2016 13:15:23 +0200 Subject: Add SHA256 calculator Based on the sha256c.c file from the FreeBSD project and ported to compile on Linux, Mac OS, and Windows. The file is licensed under the simplified/2-clause BSD license so the library is now MIT/BSD-licensed. --- tests/sha256/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/sha256/buildfile (limited to 'tests/sha256/buildfile') diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile new file mode 100644 index 0000000..4116ff6 --- /dev/null +++ b/tests/sha256/buildfile @@ -0,0 +1,7 @@ +# file : tests/sha256/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1