summaryrefslogtreecommitdiff
path: root/ripemd160.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-09-02 22:05:06 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-09-02 22:05:06 +0200
commit2f21e6d385d6633476013ce9d4bddbc9c3af335b (patch)
tree697ed7c680722e660c4ad132c62ec5d0ab3f3d7e /ripemd160.c
parentc564d20ce9ae62c7bc86b06e3afae209736e23f6 (diff)
downloadnettle-2f21e6d385d6633476013ce9d4bddbc9c3af335b.tar.gz
Updated copyright headers.
Rev: nettle/ripemd160-compress.c:1.3 Rev: nettle/ripemd160.c:1.4
Diffstat (limited to 'ripemd160.c')
-rw-r--r--ripemd160.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ripemd160.c b/ripemd160.c
index 3f490046..14bc9706 100644
--- a/ripemd160.c
+++ b/ripemd160.c
@@ -1,5 +1,9 @@
-/* ripemd160.c - RIPE-MD160
+/* ripemd160.c - RIPE-MD160 */
+
+/* nettle, low-level cryptographics library
+ *
* Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
+ * Copyright (C) 2011 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by