This repository has been archived by the owner on May 5, 2021. It is now read-only.
performance: Provide a fast subtle.ConstantTimeCopy
alternative for more platforms
#18
Open
1 of 3 tasks
Labels
p:2
Priority: desired feature
As the scalar basepoint multiply implementation is based around using a table that stores pre-computed results, a fast constant time copy is required for optimal performance.
The amd64 target has an optimized implementation written in assembly language.
All other platforms will use unsafe (falling back to
subtle.ConstantTimeCopy
) once #19 is merged, but could be improved further.The text was updated successfully, but these errors were encountered: