X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fnoekeon_ctr.S;h=764aa17edca4b709958cb99b503ae2066a2b3d6d;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=bf366baa2872abdda68ae32182d886e8b1066ce9;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/noekeon/noekeon_ctr.S b/noekeon/noekeon_ctr.S index bf366ba..764aa17 100644 --- a/noekeon/noekeon_ctr.S +++ b/noekeon/noekeon_ctr.S @@ -1,7 +1,7 @@ /* noekeon_ctr.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 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-08-06 * \license GPLv3 or later * @@ -29,7 +29,7 @@ .extern noekeon_enc /* - * void noekeon_ctr_next(void* buffer, const noekeon_ctr_ctx_t* ctx); + * void noekeon_ctr_next(void *buffer, const noekeon_ctr_ctx_t *ctx); */ .global noekeon_ctr_next /*