summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-18 16:25:11 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-18 16:25:11 +0200
commitfe004b7c3a8325eb8d5420c1b940a5ade2691417 (patch)
treeb78ffd94137c88aaa4b4758cd3314b1afc5f9d0f /src/journal
parent55d32caf94d8df547ca763be52b0c35bb6388606 (diff)
journal: add references to SSKG paper FSS is based on
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/fsprg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/journal/fsprg.c b/src/journal/fsprg.c
index 6817a629c8..dd9a242561 100644
--- a/src/journal/fsprg.c
+++ b/src/journal/fsprg.c
@@ -19,7 +19,13 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
+ */
+
+/*
+ * See "Practical Secure Logging: Seekable Sequential Key Generators"
+ * by G. A. Marson, B. Poettering for details:
*
+ * http://eprint.iacr.org/2013/397
*/
#include <gcrypt.h>