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:
parent
2dc3de4615
commit
cf32f07fa8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user