floodyberry / ed25519-donna

Implementations of a fast Elliptic-curve Digital Signature Algorithm
169 stars 47 forks source link

Include djb's implementations in the benchmarks #2

Open CodesInChaos opened 10 years ago

CodesInChaos commented 10 years ago

It'd be nice if you included ref10 and amd64-64-24k in the benchmarks so it's easier to see if switching to your implementation is worth the effort.

Another interesting variant would be c code (without 128 bit ints) running as a 64 bit executable.

floodyberry commented 10 years ago

Included amd64-64-24k and amd64-51-32k, and benches on a Sandy Bridge CPU. Need to work on updating the SSE2 code now