X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=twister.h;h=ec6b2190fcf5a90d12969a693a93103d2ee48323;hb=7701e318e4e2bac7f84dbf6e368f1501814948fc;hp=88850b62663f02516fd9e21e904e3487db919bcc;hpb=0076b72ccd398bf7571c5144ba36eda8a24f6c70;p=avr-crypto-lib.git diff --git a/twister.h b/twister.h index 88850b6..ec6b219 100644 --- a/twister.h +++ b/twister.h @@ -1,6 +1,6 @@ /* twister.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ typedef struct { typedef uint8_t twister_checksum_t[8][8]; void twister_blank_round(twister_state_t* ctx); -void twister_mini_round(twister_state_t* ctx, void* msg); +void twister_mini_round(twister_state_t* ctx, const void* msg); void twister_ctx2hash(void* dest, twister_state_t* ctx, uint16_t hashsize_b); #endif /* TWISTER_H_ */