Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto/subtle: normalize constant time ops docs
ConstantTimeCompare is fairly useless if you can't rely on it being zero when the slices are different, but thankfully it has that property thanks to the final ConstantTimeByteEq. Change-Id: Id51100ed7d8237abbbb15778a259065b162a48ad Reviewed-on: https://go-review.googlesource.com/c/158643 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Adam Langley <[email protected]>
- Loading branch information