Re: [PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-18 Thread Sebastian Siewior
* Adrian-Ken Rueegsegger | 2008-05-18 23:35:55 [+0200]: >I put the le32_to_cpu call in the ROUND-define so code-size is smaller >compared to Sebastians patch. I also removed the three now obsolete >functions (le32_to_cpu_array, cpu_to_le32_array and rmd_transform_helper), >which makes the code sma

[PATCH] [CRYPTO] rmd128: Fix endian problems

2008-05-18 Thread Adrian-Ken Rueegsegger
This patch is based on Sebastian Siewior's patch and fixes endian issues making rmd128 work properly on big-endian machines. Signed-off-by: Adrian-Ken Rueegsegger <[EMAIL PROTECTED]> --- I put the le32_to_cpu call in the ROUND-define so code-size is smaller compared to Sebastians patch. I also r