diff options
| author | Matt Mackall <mpm@selenic.com> | 2005-03-07 18:14:07 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-07 18:14:07 -0800 |
| commit | 3ced79bdd08d2826eed9342bda625c8198638e2f (patch) | |
| tree | dc39f29f81c321f0d2a03e8f54252fa24a37cf87 /include/linux | |
| parent | 4c1763b3e9d83851919e411c44215dd9b9a2cd69 (diff) | |
[PATCH] random: Move halfmd4 to lib
Move half-MD4 hash to /lib where we can share it with htree.
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cryptohash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cryptohash.h b/include/linux/cryptohash.h index 50e6fa516ca6..7d9e3576dfed 100644 --- a/include/linux/cryptohash.h +++ b/include/linux/cryptohash.h @@ -7,4 +7,6 @@ void sha_init(__u32 *buf); void sha_transform(__u32 *digest, const char *data, __u32 *W); +__u32 half_md4_transform(__u32 const buf[4], __u32 const in[8]); + #endif |
