summaryrefslogtreecommitdiff
path: root/sha1-meta.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-11 14:33:53 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-11 14:33:53 +0100
commit7699f2d5609387e16461b46ad7687685e0d9a43b (patch)
tree8fe48a574156f3bc37d4bbee42716ead38208edb /sha1-meta.c
parentcf5ba848d9c08b1d2725f0ee32da778766ec69bd (diff)
downloadnettle-7699f2d5609387e16461b46ad7687685e0d9a43b.tar.gz
New files.
Rev: src/nettle/hmac-md5.c:1.1 Rev: src/nettle/hmac.c:1.1 Rev: src/nettle/hmac.h:1.1 Rev: src/nettle/md5-meta.c:1.1 Rev: src/nettle/nettle-meta.h:1.1 Rev: src/nettle/sha1-meta.c:1.1 Rev: src/nettle/sha256-meta.c:1.1
Diffstat (limited to 'sha1-meta.c')
-rw-r--r--sha1-meta.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/sha1-meta.c b/sha1-meta.c
new file mode 100644
index 00000000..c2e0ebb6
--- /dev/null
+++ b/sha1-meta.c
@@ -0,0 +1,28 @@
+/* sha1-meta.c */
+
+/* nettle, low-level cryptographics library
+ *
+ * Copyright (C) 2002 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
+ * 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.
+ */
+
+#include "nettle-meta.h"
+
+#include "sha.h"
+
+const struct nettle_hash nettle_sha1
+= _NETTLE_HASH(sha1, SHA1);