chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
838a6a5
)
Formatting fix.
author
mdw
<mdw>
Sat, 5 Mar 2005 16:50:27 +0000
(16:50 +0000)
committer
mdw
<mdw>
Sat, 5 Mar 2005 16:50:27 +0000
(16:50 +0000)
sha256.h
patch
|
blob
|
blame
|
history
sha512.h
patch
|
blob
|
blame
|
history
diff --git
a/sha256.h
b/sha256.h
index c418118e6fad694c7dd7ec1c24ed94298700dbcb..fa439807996a69b90d7680fa83b269d78823551d 100644
(file)
--- a/
sha256.h
+++ b/
sha256.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id
: sha256.h,v 1.4 2004/04/08 01:36:15 mdw Exp
$
+ * $Id$
*
* Implementation of the SHA-256 hash function
*
*
* Implementation of the SHA-256 hash function
*
@@
-27,7
+27,7
@@
* MA 02111-1307, USA.
*/
* MA 02111-1307, USA.
*/
-/*----- Notes on the SHA-256 hash function --------------------------------
--
*
+/*----- Notes on the SHA-256 hash function --------------------------------*
*
* SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the
* Digital Signature Algorithm. This is an evolution with a larger output
*
* SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the
* Digital Signature Algorithm. This is an evolution with a larger output
@@
-37,6
+37,7
@@
#ifndef CATACOMB_SHA256_H
#define CATACOMB_SHA256_H
#ifndef CATACOMB_SHA256_H
#define CATACOMB_SHA256_H
+#define CATACOMB_SHA224_H
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
extern "C" {
diff --git
a/sha512.h
b/sha512.h
index d2e35404396a60c39ab70e7db23b79e2db26ba1f..d06895a945f1980476f649b9418ed541ce5ba5ad 100644
(file)
--- a/
sha512.h
+++ b/
sha512.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id
: sha512.h,v 1.3 2004/04/08 01:36:15 mdw Exp
$
+ * $Id$
*
* Implementation of the SHA-512 hash function
*
*
* Implementation of the SHA-512 hash function
*
@@
-27,7
+27,7
@@
* MA 02111-1307, USA.
*/
* MA 02111-1307, USA.
*/
-/*----- Notes on the SHA-512 hash function --------------------------------
--
*
+/*----- Notes on the SHA-512 hash function --------------------------------*
*
* SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the
* Digital Signature Algorithm. This is an evolution with a larger output
*
* SHA-1 (Secure Hash Algorithm) was designed by the NSA, for use with the
* Digital Signature Algorithm. This is an evolution with a larger output