From: Jeff Garzik <jeff@garzik.org>
To: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Cc: herbert@gondor.apana.org.au, davem@davemloft.net,
linux-crypto@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] crypto: add test vectors for skein256/512/1024
Date: Sun, 02 Nov 2008 20:36:30 -0500 [thread overview]
Message-ID: <490E559E.7080900@garzik.org> (raw)
In-Reply-To: <20081102201518.GA23620@Chamillionaire.breakpoint.cc>
Sebastian Andrzej Siewior wrote:
> I grabed them from http://www.schneier.com/skein.html. The last test vector
> (3) in every category is currently deactivated because it failed always.
> It is unlikely that I made a type because I copy+pasted the tables + vim
> magiced them. So maybe code may missbehave on requests lengths which are
> not a multiple of 4 or the vectors can not be used due to some other
> limitations that I've overseen.
>
> Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
> ---
> crypto/tcrypt.c | 24 ++++++++
> crypto/testmgr.c | 27 +++++++++
> crypto/testmgr.h | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
> 3 files changed, 216 insertions(+), 1 deletions(-)
Nice, thanks!
I'm wondering if the failure has to do with the alignmask value in
struct crypto_alg for each variant.
Jeff
next prev parent reply other threads:[~2008-11-03 1:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-02 16:15 [PATCH] crypto: Add Skein hash algorithm variants Jeff Garzik
2008-11-02 20:15 ` [PATCH] crypto: add test vectors for skein256/512/1024 Sebastian Andrzej Siewior
2008-11-03 1:36 ` Jeff Garzik [this message]
2008-11-03 1:44 ` Jeff Garzik
2008-11-03 8:38 ` Sebastian Andrzej Siewior
2008-11-05 21:27 ` Sebastian Andrzej Siewior
2008-11-03 0:33 ` [PATCH] crypto: Add Skein hash algorithm variants David Wagner
2008-11-04 16:47 ` ray
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=490E559E.7080900@garzik.org \
--to=jeff@garzik.org \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sebastian@breakpoint.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.