mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
fix typo in comment (#5843)
This commit is contained in:
parent
d4367e581f
commit
2fa1cd2f62
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ func mult(a, b uint8) (out uint8) {
|
|||
|
||||
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
|
||||
goodVal = ret
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue