fix grammar issue in comment
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
49b4367eee
commit
f0526a9ad0
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ static inline uint8x16_t pmull_high(uint8x16_t a, uint8x16_t b)
|
|||
vreinterpretq_p64_u8(b)));
|
||||
}
|
||||
|
||||
/* GHASH do 128b polynomial multiplication on block on GF(2^128) defined by
|
||||
/* GHASH does 128b polynomial multiplication on block in GF(2^128) defined by
|
||||
* `x^128 + x^7 + x^2 + x + 1`.
|
||||
*
|
||||
* Arm64 only has 64b->128b polynomial multipliers, we need to do 4 64b
|
||||
|
|
Loading…
Reference in a new issue