X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=serpent%2Fserpent-asm.S;h=235aa2205dda6f2dc805697d61c0616da310a8c9;hb=HEAD;hp=f5f7cc5acf414c55b32980850e0a4d442efbfc78;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/serpent/serpent-asm.S b/serpent/serpent-asm.S index f5f7cc5..235aa22 100644 --- a/serpent/serpent-asm.S +++ b/serpent/serpent-asm.S @@ -1,7 +1,7 @@ /* serpent_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 @@ -532,7 +532,7 @@ serpent_gen_w: ret /* - * void serpent_init(const void* key, uint16_t keysize_b, serpent_ctx_t* ctx) + * void serpent_init(const void *key, uint16_t keysize_b, serpent_ctx_t *ctx) */ /* * param key is passed in r24:r25 @@ -634,7 +634,7 @@ serpent_init: ret /* - * void serpent_enc(void* buffer, const serpent_ctx_t* ctx){ + * void serpent_enc(void *buffer, const serpent_ctx_t *ctx){ */ /* * param buffer is passed in r24:r25 @@ -685,7 +685,7 @@ serpent_enc: rjmp memxor /* - * void serpent_dec(void* buffer, const serpent_ctx_t* ctx){ + * void serpent_dec(void *buffer, const serpent_ctx_t *ctx){ */ /* * param buffer is passed in r24:r25