X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=twister%2Ftwister-large-asm.S;h=cfb71aaed9ea6548d96e4df6146490a3bd5ff3e7;hb=d9352fc79fbdee0cf3288809b104ea196ea85693;hp=be10546a991afef5c873cb3838b95d9e72d818df;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;p=avr-crypto-lib.git diff --git a/twister/twister-large-asm.S b/twister/twister-large-asm.S index be10546..cfb71aa 100644 --- a/twister/twister-large-asm.S +++ b/twister/twister-large-asm.S @@ -1,7 +1,7 @@ /* twister-large-asm.S */ /* 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 @@ -18,7 +18,7 @@ */ /** * \file twister-large-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-27 * \license GPLv3 or later @@ -27,7 +27,7 @@ #include "avr-asm-macros.S" -/* void checksum_update(twister_large_ctx_t* ctx, uint8_t col) */ +/* void checksum_update(twister_large_ctx_t *ctx, uint8_t col) */ /* * param ctx: r24:r25 * param col: r22 @@ -117,7 +117,7 @@ checksum_update: ret /*********************************************************************/ -/* void twister_large_init(twister_large_ctx_t* ctx, uint16_t hashsize_b)*/ +/* void twister_large_init(twister_large_ctx_t *ctx, uint16_t hashsize_b)*/ /* * param ctx: r24:r25 * param hashsize_b: r22:r23 @@ -163,7 +163,7 @@ twister_large_init: ret /*********************************************************************/ -/* void twister_large_nextBlock(twister_state_t* ctx, void* msg) */ +/* void twister_large_nextBlock(twister_state_t *ctx, void *msg) */ /* * param ctx: r24:r25 * param msg: r22:r23 @@ -350,7 +350,7 @@ twister_large_nextBlock: ret /*********************************************************************/ -/* void twister_large_lastBlock(twister_state_t* ctx, void* msg, uint16_t length_b) */ +/* void twister_large_lastBlock(twister_state_t *ctx, void *msg, uint16_t length_b) */ /* * param ctx: r24:r25 * param msg: r22:r23