Commit 26b05245 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

ec/curve25519.c: avoid 2^51 radix on SPARC.



SPARC ISA doesn't have provisions to back up 128-bit multiplications
and additions. And so multiplications are done with library calls
and carries with comparisons and conditional moves. As result base
2^51 code is >40% slower...

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 10bc3409
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment