X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=twister%2Ftwister.h;h=205b92c3dcaa82ce7efc7e76a073c4d4eca49856;hp=ec6b2190fcf5a90d12969a693a93103d2ee48323;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25 diff --git a/twister/twister.h b/twister/twister.h index ec6b219..205b92c 100644 --- a/twister/twister.h +++ b/twister/twister.h @@ -1,7 +1,7 @@ /* twister.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,8 +37,8 @@ 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, const void* msg); -void twister_ctx2hash(void* dest, twister_state_t* ctx, uint16_t hashsize_b); +void twister_blank_round(twister_state_t *ctx); +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_ */