ed25519-donna icon indicating copy to clipboard operation
ed25519-donna copied to clipboard

Submit to SUPERCOP

Open CodesInChaos opened this issue 11 years ago • 3 comments

Submit your implementations to SUPERCOP to enable easy comparisons on many different platforms on the eBACS website.

CodesInChaos avatar Oct 03 '13 12:10 CodesInChaos

was actually working on that! I wanted to do the sse2 versions at the least, but wasn't sure about the usefulness of the base stuff, partly due to not having access to exotic platforms (non x86) to test them on where they might be more useful.

floodyberry avatar Oct 05 '13 09:10 floodyberry

I've been investigating what is faster about the amd64-51/64 implementations and what I could incorporate in, and may have gotten speed-competitive-or-better with them on amd64 (mostly due to cutting more corners with the carry chains). gcc is still generating some sub code involving adding a 64bit int to a 128bit int, but it's good enough for now I think. Will push it along with amd64-51/64 timings soon

floodyberry avatar Oct 22 '13 22:10 floodyberry

New code up, need to get the SSE2 stuff updated and then fixed up for SUPERCOP

floodyberry avatar Oct 26 '13 22:10 floodyberry