projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
dc3c506
)
crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
author
Andy Polyakov
<appro@openssl.org>
Fri, 15 Apr 2016 14:30:29 +0000
(16:30 +0200)
committer
Andy 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