How about this: treat the data as an array of 64-bit integers (zero-padded) and XOR them together? That will be really fast and you will be able to asm-optimize it.
Sent from my iPhone > On 2013年12月2日, at 22:27, Graham Cox <[email protected]> wrote: > > >> On 2 Dec 2013, at 3:25 pm, ChanMaxthon <[email protected]> wrote: >> >> What is wrong with a good ol' SHA-512? > > > Way too slow. > > ―Graham > > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
