25 Dec, 2008
1 commit
-
This patch changes rmd160 to the new shash interface.
Signed-off-by: Herbert Xu
10 Jul, 2008
5 commits
-
Similar to the rmd128.c annotations, significantly cuts down on the
noise.Signed-off-by: Harvey Harrison
Signed-off-by: Herbert Xu -
This patch converts the relevant code in the rmd implementations to
use the pointer form of the endian swapping operations. This allows
certain architectures to generate more optimised code. For example,
on sparc64 this more than halves the CPU cycles on a typical hashing
operation.Based on a patch by David Miller.
Signed-off-by: Herbert Xu
-
This patch fixes endian issues making rmd160 work
properly on big-endian machines.Signed-off-by: Adrian-Ken Rueegsegger
Acked-by: Sebastian Siewior
Signed-off-by: Herbert Xu -
This patch puts all common RIPEMD values in the
appropriate header file. Initial values and constants
are the same for all variants of RIPEMD.Signed-off-by: Adrian-Ken Rueegsegger
Signed-off-by: Herbert Xu -
This patch adds support for RIPEMD-128 and RIPEMD-160
hash algorithms.Signed-off-by: Adrian-Ken Rueegsegger
Signed-off-by: Herbert Xu