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
x/crypto/chacha20poly1305: guard PSHUFP usage with GOAMD64_v2
The PSHUFP instruction is part of SSE which is only v2+ but it is being
used without the GOAMD64_v2 guard.
The ROL routines were copied from Go's internal/chacha20poly1305
package.
Fixesgolang/go#63871
0 commit comments