Calixte Denizet c0e165bf97 Simplify the way to compute the remainder modulo 3 in PDF20Hash function
I noticed the 256 % 3 (which is equal to 1) so I slighty simplify the code.
The sum of the 16 Uint8 doesn't exceed 2^12, hence we can just take the
sum modulo 3.
2022-10-07 14:43:31 +02:00
..
2022-02-26 16:33:41 +01:00
2022-08-06 10:17:00 +02:00
2022-03-20 10:59:13 +01:00
2022-04-09 09:43:18 +09:00