crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
authorAndy Polyakov <appro@openssl.org>
Fri, 15 Apr 2016 14:30:29 +0000 (16:30 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 25 Apr 2016 20:56:09 +0000 (22:56 +0200)
Even though no test could be found to trigger this, paper-n-pencil
estimate suggests that x86 and ARM inner loop lazy reductions can
loose a bit in H4>>*5+H0 step.

Reviewed-by: Emilia Käsper <emilia@openssl.org>

No differences found