commit | 55578f2fb7c05357fb0b1ce84b616ba8ffd6d907 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Oct 05 19:45:56 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Oct 05 19:46:39 2021 +0200 |
tree | 9f8967394892f838cfebfb9e64b3d7aead6e5221 | |
parent | 81d8af1970e70f2bffa9e67acb10e732cba555a6 [diff] |
tls: fix the case of sp_256_mont_tpl_10() leaving striay high bits It has no effect on correctness, but interferes with compating internal state of different implementations. function old new delta sp_256_proj_point_dbl_10 443 451 +8 static.sp_256_mont_sub_10 46 49 +3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 11/0) Total: 11 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>