Hey everyone, I've tested BLAKE2b code and it passes the test vectors. However, there is an issue with BLAKE2s. If i'm using reference code for compression function it'll pass the vectors, but if I use the SSE2 and SSSE3 optimized code it will fail. I copied the code directly from the reference library blake2_code_20140114.zip <https://blake2.net/blake2_code_20140114.zip> and manually selected SSE2 and SSSE3 optimizations.
@zooko: Could you please check if SSE2 and SSSE3 work correct in BLAKE2s by testing yourself? (-> DON'T HAVE XOP, DON'T HAVE SSE41, DON'T HAVE AVX, HAVE SSE2, HAVE SSSE3) BR JPM Am Donnerstag, 8. Januar 2015 19:35:27 UTC+1 schrieb zooko: > > > > On Wed, Jan 7, 2015 at 2:48 PM, Jean-Pierre Münch <[email protected] > <javascript:>> wrote: > >> >> @zooko: >> Can you please post valid test vectors either here or on the BLAKE2 >> website? (two or three per version) >> > > I forwarded your letter to Jean-Philippe Aumasson, and he posted test > vectors: > > https://blake2.net/#ts > > Regards, > > Zooko > -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
