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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
which should, if go compilers ever get that level of optimization, allow generation of an if saveBatchY-free version of the code for callsites where the isNeutralVartime is used. also, if golang testing ever changes to allow running tests concurrently (seems unlikely), this eliminates the potential debt.
communicating through a global for testing is a little ugly. consider something like:
which should, if go compilers ever get that level of optimization, allow generation of an
if saveBatchY
-free version of the code for callsites where theisNeutralVartime
is used. also, if golang testing ever changes to allow running tests concurrently (seems unlikely), this eliminates the potential debt.ed25519/batch_verify.go
Line 257 in cbed068
The text was updated successfully, but these errors were encountered: