fix typo in comment (#5843)
This commit is contained in:
parent
e3dbe1f96b
commit
ce5fdcf8c1
|
@ -119,7 +119,7 @@ func mult(a, b uint8) (out uint8) {
|
||||||
|
|
||||||
ret := expTable[sum]
|
ret := expTable[sum]
|
||||||
|
|
||||||
// Ensure we return zero if either a or be are zero but aren't subject to
|
// Ensure we return zero if either a or b are zero but aren't subject to
|
||||||
// timing attacks
|
// timing attacks
|
||||||
goodVal = ret
|
goodVal = ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue