]> git.tuebingen.mpg.de Git - osl.git/blobdiff - sha3.c
Merge branch 'refs/heads/t/sha3' into master
[osl.git] / sha3.c
diff --git a/sha3.c b/sha3.c
index aa83b8a0f9a0ed52afb6cfaa7955820b65aafd4a..629768c47c648e9de35b8f1c58a05c623398c165 100644 (file)
--- a/sha3.c
+++ b/sha3.c
@@ -13,14 +13,6 @@ and related or neighboring rights to the source code in this file.
 http://creativecommons.org/publicdomain/zero/1.0/
 */
 
-/*
- * Note for osl
- * ~~~~~~~~~~~~
- * This is NOT the hash function which will eventually be part of an osl
- * release. It will be replaced by whatever git comes up as the successor of
- * sha1. This hash function is FOR TESTING ONLY.
- */
-
 #define FOR(i,n) for(i=0; i<n; ++i)
 typedef unsigned char u8;
 typedef unsigned long long int u64;