X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=omac_noekeon.h;h=c56b3a04952358f23716943d5246eb04daeac617;hb=170835f03e35ac53d7930d42590ad525e763999c;hp=6f1e4014c6006e716cdc71e8318c0164b0184cc2;hpb=d8126c3d5e6bb4bd5fe670f5f7ed543e09ed4fff;p=avr-crypto-lib.git diff --git a/omac_noekeon.h b/omac_noekeon.h index 6f1e401..c56b3a0 100644 --- a/omac_noekeon.h +++ b/omac_noekeon.h @@ -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,