Frank Denis 59af6417bb
crypto.ghash: define aggregate tresholds as blocks, not bytes (#13507)
These constants were read as a block count in initForBlockCount()
but at the same time, as a size in update().

The unit could be blocks or bytes, but we should use the same one
everywhere.

So, use blocks as intended.

Fixes #13506
2022-11-10 19:00:00 +01:00
..
2022-01-28 16:23:47 -07:00
2022-10-27 19:07:42 +02:00
2021-05-08 15:15:30 +03:00
2022-06-03 20:21:20 +03:00