X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=shacal1%2Fshacal1_enc.h;h=da702b19a9ad5b6898d35c4fa41d7aae54c44f5e;hp=e1bdd989e2c33b9ed3c620ae2d1a9976d787f583;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b diff --git a/shacal1/shacal1_enc.h b/shacal1/shacal1_enc.h index e1bdd98..da702b1 100644 --- a/shacal1/shacal1_enc.h +++ b/shacal1/shacal1_enc.h @@ -1,7 +1,7 @@ /* shacal1_enc.h */ /* 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 @@ -26,6 +26,6 @@ #define SHACAL1_KEYSIZE 512 #define SHACAL1_KEYSIZE_B ((SHACAL1_KEYSIZE+7)/8) -void shacal1_enc(void* buffer, void* key, uint16_t keysize_b); +void shacal1_enc(void *buffer, void *key, uint16_t keysize_b); #endif /*SHACAL1_ENC_H_*/