]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - serpent/serpent-asm.S
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / serpent / serpent-asm.S
index f5f7cc5acf414c55b32980850e0a4d442efbfc78..235aa2205dda6f2dc805697d61c0616da310a8c9 100644 (file)
@@ -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