summaryrefslogtreecommitdiff
path: root/beecrypt/sha256.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-28 19:34:20 +0000
committerjbj <devnull@localhost>2003-04-28 19:34:20 +0000
commite4474b56d620eda7c1f55b385aebac1731569a60 (patch)
treeaf8f4bc3f9a882bc60cb1173a918e19e146d8f70 /beecrypt/sha256.h
parenta08149369a67ef068bd205164c941768a8e97937 (diff)
downloadlibrpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.gz
librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.bz2
librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.zip
beecrypt-3.0.0 merge: uint32 excision.
CVS patchset: 6784 CVS date: 2003/04/28 19:34:20
Diffstat (limited to 'beecrypt/sha256.h')
-rw-r--r--beecrypt/sha256.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/beecrypt/sha256.h b/beecrypt/sha256.h
index 9aae01fa1..cb531e24a 100644
--- a/beecrypt/sha256.h
+++ b/beecrypt/sha256.h
@@ -1,14 +1,6 @@
-/** \ingroup HASH_sha256_m HASH_m
- * \file sha256.h
- *
- * SHA-256 hash function, header.
- */
-
/*
* Copyright (c) 2000, 2001, 2002 Virtual Unlimited B.V.
*
- * Author: Bob Deblier <bob@virtualunlimited.com>
- *
* This 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
@@ -25,6 +17,12 @@
*
*/
+/*!\file sha256.h
+ * \brief SHA-256 hash function, headers.
+ * \author Bob Deblier <bob.deblier@pandora.be>
+ * \ingroup HASH_m HASH_sha256_m
+ */
+
#ifndef _SHA256_H
#define _SHA256_H