* Tan Swee Heng | 2007-12-17 02:06:15 [+0800]:

>Hi Herbert, as mentioned some time ago, I don't have an x86-64. So
>please help me test it. Thanks!

I tested it and it passed 5 of 5 tests :)

>diff --git a/crypto/Kconfig b/crypto/Kconfig
>index 221356b..b0481f7 100644
>--- a/crypto/Kconfig
>+++ b/crypto/Kconfig
>@@ -504,6 +504,21 @@ config CRYPTO_SALSA20_586
>         The Salsa20 stream cipher algorithm is designed by Daniel J.
>         Bernstein <[EMAIL PROTECTED]>. See <http://cr.yp.to/snuffle.html>
> 
>+config CRYPTO_SALSA20_X86_64
>+      tristate "Salsa20 stream cipher algorithm (x86_64) (EXPERIMENTAL)"
>+      depends on (X86 || UML_X86) && 64BIT
>+      depends on EXPERIMENTAL
>+      select CRYPTO_BLKCIPHER
>+      select CRYPTO_SALSA20
>+      help

I why do you select CRYPTO_SALSA20 ? I was able to build & test it
without it.

Sebastian
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to