From 8909fb3df6fd282d6b8f24b288ef5d7ddbdb741a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 22 Jan 2019 09:46:30 +0100 Subject: SHA-2 from https://github.com/amosnier/sha-2 --- test/monniaux/sha-2/sha-256.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/monniaux/sha-2/sha-256.h (limited to 'test/monniaux/sha-2/sha-256.h') diff --git a/test/monniaux/sha-2/sha-256.h b/test/monniaux/sha-2/sha-256.h new file mode 100644 index 00000000..47f06ebf --- /dev/null +++ b/test/monniaux/sha-2/sha-256.h @@ -0,0 +1 @@ +void calc_sha_256(uint8_t hash[32], const void *input, size_t len); -- cgit