X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=twister%2Ftwister-small-asm.S;h=718e6ddc2eb807a2fe084e0f584ce059b5f2ec2c;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=6cfda293836a90d48f48881f68d04b830c26c079;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;p=avr-crypto-lib.git diff --git a/twister/twister-small-asm.S b/twister/twister-small-asm.S index 6cfda29..718e6dd 100644 --- a/twister/twister-small-asm.S +++ b/twister/twister-small-asm.S @@ -1,7 +1,7 @@ /* twister-small-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-small-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-26 * \license GPLv3 or later @@ -27,7 +27,7 @@ #include "avr-asm-macros.S" -/* void twister_small_init(twister_state_t* ctx, uint16_t hashsize_b)*/ +/* void twister_small_init(twister_state_t *ctx, uint16_t hashsize_b)*/ /* * param ctx: r24:r25 * param hashsize_b: r22:r23 @@ -73,7 +73,7 @@ twister_small_init: ret #if 1 /*********************************************************************/ -/* void twister_small_lastBlock(twister_state_t* ctx, void* msg, uint16_t length_b) */ +/* void twister_small_lastBlock(twister_state_t *ctx, void *msg, uint16_t length_b) */ /* * param ctx: r24:r25 * param msg: r22:r23