|
Message-Id: <801A6E92-1D0C-4BDA-9231-1DE745419807@gmail.com> Date: Mon, 17 Aug 2015 15:40:19 +0800 From: Lei Zhang <zhanglei.april@...il.com> To: john-dev@...ts.openwall.com Subject: Re: Formats using non-SIMD SHA2 implementations On Aug 17, 2015, at 2:26 PM, magnum <john.magnum@...hmail.com> wrote: > > On 2015-08-17 05:07, Lei Zhang wrote: >> I finally got 7z to work correctly with SIMD :) > > Cool. Maybe you could do RAR3 too? I just took a brief look at it. It seems kind of similar to 7z. I can give it a try. > Are you sorting lengths, like Jim hinted? Or are you handling diverging lengths like in SAP F/G? No, I haven't done that yet. I may give that a try too. I hope it's not too tricky to implement. The code already looks ugly enough... > I think anything over 20 is fine, but you need to add the UTF-8 kludge (multiply by 3 if target_enc is UTF-8) to init(). The reason we didn't already have that kludge was that 125 is the core max anyway so bumping to MIN(125, 3*125) would be a no-op. Got it. Thanks. Lei
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.