Revert "Merge branch 'upstream' into tizen"
[platform/upstream/nettle.git] / testsuite / sha3.awk
index 9031c59..f7efa60 100755 (executable)
@@ -1,10 +1,5 @@
 #! /usr/bin/awk -f
 
-# This script is used to process the Keccak testvectors, originally
-# we used http://keccak.noekeon.org/KeccakKAT-3.zip.
-# For the updated NIST version, test vectors can be found at
-# https://github.com/gvanas/KeccakCodePackage/tree/master/TestVectors
-
 /^Len/ { len = $3 }
 /^Msg/ { msg = $3 }
 /^MD/ { md = $3;