]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - omac_noekeon.h
adjusting omac-noekeon nessie test for new nessie mac API
[avr-crypto-lib.git] / omac_noekeon.h
index 6f1e4014c6006e716cdc71e8318c0164b0184cc2..c56b3a04952358f23716943d5246eb04daeac617 100644 (file)
@@ -7,7 +7,7 @@
 typedef uint8_t omac_noekeon_ctx_t[16];
 
 void omac_noekeon_init(omac_noekeon_ctx_t* ctx);
-void omac_noekeont_tweak(uint8_t t, const void* key, omac_noekeon_ctx_t* ctx);
+void omac_noekeon_tweak(uint8_t t, const void* key, omac_noekeon_ctx_t* ctx);
 void omac_noekeon_next(const void* buffer, const void* key, 
                        omac_noekeon_ctx_t* ctx);
 void omac_noekeon_last(const void* buffer, uint8_t length_b, const void* key,