X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=noekeon%2Fnoekeon_prng.h;h=4712734fbd918f6ede48de8ff37b3dcaa766f86c;hp=ff9ca0363ffa206258ac962873564f89fa4257dc;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=924aa320bef6f192feecdb67d209c790bd49ea49 diff --git a/noekeon/noekeon_prng.h b/noekeon/noekeon_prng.h index ff9ca03..4712734 100644 --- a/noekeon/noekeon_prng.h +++ b/noekeon/noekeon_prng.h @@ -1,7 +1,7 @@ /* noekeon_prng.h */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 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 @@ -30,10 +30,10 @@ #include uint8_t random8(void); -void random_block(void* dest); +void random_block(void *dest); void srandom32(uint32_t seed); -void random_seed(const void* buffer); -void random_add(const void* buffer); +void random_seed(const void *buffer); +void random_add(const void *buffer); #endif /* PRNG_H_*/