aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-06 22:11:14 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-06 22:11:14 +0100
commitbbdbe2e09de0fd7586dbb5afa3a1fa64e143cf41 (patch)
treec4dd64f214d69a9876a22bf1f90a51dbb0488d40 /src
parentfix bug (diff)
downloadlibkeccak-bbdbe2e09de0fd7586dbb5afa3a1fa64e143cf41.tar.gz
libkeccak-bbdbe2e09de0fd7586dbb5afa3a1fa64e143cf41.tar.bz2
libkeccak-bbdbe2e09de0fd7586dbb5afa3a1fa64e143cf41.tar.xz
add todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c
index 76ff2b3..d01eccb 100644
--- a/src/test.c
+++ b/src/test.c
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+/* TODO we need to test other state sizes */
#include <libkeccak.h>
#include <stdio.h>