diff options
author | Niels Möller <nisse@lysator.liu.se> | 2013-04-11 15:10:43 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2013-04-11 15:10:43 +0200 |
commit | 5938db8f02065cd62cc0d6fcb8d2c6cce48fb5eb (patch) | |
tree | 8caf15abace55dd223dcb4b7346e07e8f77eadbd /umac.h | |
parent | 34aef19b0f571e24b575a92d0262df7fe755bf6b (diff) | |
download | nettle-5938db8f02065cd62cc0d6fcb8d2c6cce48fb5eb.tar.gz |
Minor reorg of umac l3 hashing.
Diffstat (limited to 'umac.h')
-rw-r--r-- | umac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ void _umac_l3_init (unsigned size, uint64_t *k); uint32_t -_umac_l3 (const uint64_t *key_1, uint32_t key_2, const uint64_t *m); +_umac_l3 (const uint64_t *key, const uint64_t *m); #ifdef __cplusplus } |