]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint_asm.S
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / bigint / bigint_asm.S
index 1942fa33e7ff0631d027ba7cf3df9faad8acf2e5..c9260571f38d1fe50b7c97cdaa5c35a16bb13123 100644 (file)
@@ -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)