X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bigint%2Fbigint_asm.S;h=c9260571f38d1fe50b7c97cdaa5c35a16bb13123;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=1942fa33e7ff0631d027ba7cf3df9faad8acf2e5;hpb=6cddae4d0fa8acf9d3bfd5e0f42c789c32f3a992;p=avr-crypto-lib.git diff --git a/bigint/bigint_asm.S b/bigint/bigint_asm.S index 1942fa3..c926057 100644 --- a/bigint/bigint_asm.S +++ b/bigint/bigint_asm.S @@ -1,7 +1,7 @@ /* bigint_asm.S */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 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 @@ -24,7 +24,7 @@ /******************************************************************************/ /* -void bigint_add_scale_u(bigint_t* dest, const bigint_t* a, uint16_t scale){ +void bigint_add_scale_u(bigint_t *dest, const bigint_t *a, uint16_t scale){ uint16_t i,j=0; uint16_t t=0; if(scale>dest->length_B)