diff --git a/ChangeLog b/ChangeLog index 62717c7caabe494a8bde22d6e91fe08c88ef2477..c5ac21362bb60b8d6a84e0f31c469f84e8d389e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-09-19 Niels M�ller <niels@s3.kth.se> + * tools/nettle-lfib-stream.c: New tool, which outputs a sequence + of pseudorandom (non-cryptographic) bytes, using Knuth's lagged + fibonacci generator. + * examples/rsa-decrypt.c: Fixes to get the file to compile. It won't work yet.