]> Cypherpunks repositories - gostls13.git/commit
math/bits: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant time
authorFilippo Valsorda <filippo@golang.org>
Mon, 20 May 2019 19:24:44 +0000 (15:24 -0400)
committerFilippo Valsorda <filippo@golang.org>
Tue, 21 May 2019 20:15:52 +0000 (20:15 +0000)
commit41329c07f9a4dbbd041c8ee116d7876571c846ee
treefdcd99c9bee4c056623a0dea70bfe0c887c7cf4c
parent02fe6ba95867b3858d62958ce487a47798bef1b5
math/bits: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant time

Fixes #31267

Change-Id: I91e4aa8cf9d797689cb9612d0fe3bf1bb3ad15a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/178177
Reviewed-by: Keith Randall <khr@golang.org>
src/math/bits/bits.go