Closed
Description
These functions were added in #24813 to be intrinsified for high performance code like cryptography.
Cryptography code also needs to be constant time most of the time, so it would be good for the Go fallbacks to try to be constant time. (I realize that a smart compiler can rewrite them.)
The fallbacks are going to be slow anyway, so I don’t think there’s a big performance concern.