X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=noekeon.c;h=f48d1e6a9b282b4da6a038a356495087d57ff6da;hp=4b8075510065089374b8a0ce975197ba4db375d2;hb=52ec168ece9d61bd9cb652235dfe8faee6232a11;hpb=7f4bda01ca923c4a9aca6da3370a7c4793426a5c diff --git a/noekeon.c b/noekeon.c index 4b80755..f48d1e6 100644 --- a/noekeon.c +++ b/noekeon.c @@ -32,7 +32,7 @@ #include #endif #include "noekeon.h" -// #include "uart.h" +// #include "cli.h" #define ROUND_NR 16 @@ -172,8 +172,8 @@ void noekeon_dec(void* buffer, const void* key){ changendian(dkey); theta((uint32_t*)nullv, (uint32_t*)dkey); -// uart_putstr_P(PSTR("\r\nTheta: ")); -// uart_hexdump(dkey, 16); +// cli_putstr_P(PSTR("\r\nTheta: ")); +// cli_hexdump(dkey, 16); for(i=ROUND_NR-1; i>=0; --i){ #ifdef __AVR__