summaryrefslogtreecommitdiff
path: root/ripemd160-meta.c
diff options
context:
space:
mode:
authorAndres Mejia <mcitadel@gmail.com>2011-08-28 20:15:59 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-08-28 20:15:59 +0200
commitb46a76a6554adc0dede7196d17459cceac61c34d (patch)
tree6cfe7afdd532afe35471a1d7b6682f2a7cbe48ec /ripemd160-meta.c
parentae19857c14c0abc6f77b4748d3e3cf004cc735c2 (diff)
downloadnettle-b46a76a6554adc0dede7196d17459cceac61c34d.tar.gz
New file.
Rev: nettle/ripemd160-meta.c:1.1 Rev: nettle/ripemd160.c:1.1
Diffstat (limited to 'ripemd160-meta.c')
-rw-r--r--ripemd160-meta.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/ripemd160-meta.c b/ripemd160-meta.c
new file mode 100644
index 00000000..80f69853
--- /dev/null
+++ b/ripemd160-meta.c
@@ -0,0 +1,32 @@
+/* ripemd160-meta.c */
+
+/* nettle, low-level cryptographics library
+ *
+ * Copyright (C) 2011 Andres Mejia
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at your
+ * option) any later version.
+ *
+ * The nettle library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
+ * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
+ */
+
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include "nettle-meta.h"
+
+#include "ripemd160.h"
+
+const struct nettle_hash nettle_ripemd160
+= _NETTLE_HASH(ripemd160, RIPEMD160);