You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://eprint.iacr.org/2018/700 (in 3.2) describes optimization in P503 which takes advantage of the fact that P503+1 can be reduced to 4, 64-bit words (shifting by 8-bits).
This can be also useful for x86 (maybe)
Optimization was introduced initially in a paper by J. Bos
The text was updated successfully, but these errors were encountered:
https://eprint.iacr.org/2018/700 (in 3.2) describes optimization in P503 which takes advantage of the fact that P503+1 can be reduced to 4, 64-bit words (shifting by 8-bits).
This can be also useful for x86 (maybe)
Optimization was introduced initially in a paper by J. Bos
The text was updated successfully, but these errors were encountered: