1
0
mirror of https://github.com/golang/go synced 2024-11-25 00:47:56 -07:00

misworded bits for bytes in comment

This commit is contained in:
schou 2021-01-06 10:46:11 -05:00
parent 2dc3de4615
commit cf32f07fa8

View File

@ -75,7 +75,7 @@ func hashToBytes(dst, hash []byte, c elliptic.Curve) {
dst[i] = 0
}
// figure out the excess bits between the hash size and order of the curve
// figure out the excess bytes between the hash size and order of the curve
excess := lenDst - orderBytes
// determine the shifts needed