diff options
author | Jack Lloyd <[email protected]> | 2016-10-18 12:27:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-19 14:41:10 -0400 |
commit | 3324f00a8b094c86cee1f5a59ec6fc746663bd7e (patch) | |
tree | bc3dfb670237c9b7ebaac3539cdf91a02414a712 /src/lib/pubkey/newhope/info.txt | |
parent | d1817c9960f619b130388a570ed09ccbed568e2e (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/pubkey/newhope/info.txt')
-rw-r--r-- | src/lib/pubkey/newhope/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/newhope/info.txt b/src/lib/pubkey/newhope/info.txt index 8019b6a7c..08b68fc7a 100644 --- a/src/lib/pubkey/newhope/info.txt +++ b/src/lib/pubkey/newhope/info.txt @@ -1,5 +1,5 @@ define NEWHOPE 20160829 <requires> -keccak +sha3 </requires> |