diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-06 22:11:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-06 22:11:14 +0100 |
commit | bbdbe2e09de0fd7586dbb5afa3a1fa64e143cf41 (patch) | |
tree | c4dd64f214d69a9876a22bf1f90a51dbb0488d40 /src | |
parent | fix bug (diff) | |
download | libkeccak-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |