aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/keccak/info.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-18 12:27:37 -0400
committerJack Lloyd <[email protected]>2016-10-19 14:41:10 -0400
commit3324f00a8b094c86cee1f5a59ec6fc746663bd7e (patch)
treebc3dfb670237c9b7ebaac3539cdf91a02414a712 /src/lib/hash/keccak/info.txt
parentd1817c9960f619b130388a570ed09ccbed568e2e (diff)
Add proper SHA-3
Kind of a copy and paste of Keccak, but only a single copy of the permutation at least. Keccak depends on SHA-3 instead of the reverse, so that SHA-3 can be enabled without also bringing in an unapproved hash function. Updates newhope code and removes API function newhope_hash which was an unofficial SHA-3-256.
Diffstat (limited to 'src/lib/hash/keccak/info.txt')
-rw-r--r--src/lib/hash/keccak/info.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/hash/keccak/info.txt b/src/lib/hash/keccak/info.txt
index 6fcd286a3..712a99c76 100644
--- a/src/lib/hash/keccak/info.txt
+++ b/src/lib/hash/keccak/info.txt
@@ -1 +1,5 @@
define KECCAK 20131128
+
+<requires>
+sha3
+</requires>