Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2016-02-06 03:41:39 +0300
committerDavid Benjamin <davidben@google.com>2016-03-09 22:47:19 +0300
commitef18746ad4421273d051aa32953fe422d7713563 (patch)
tree2642583727a6b92ba8cc6973bf63bc6ed96fbe4c /decrepit
parenta7a226add9a3fb9efc2540d12635683150820f83 (diff)
Remove unused code for multiple-point ECC multiplication.
The points are only converted to affine form when there are at least three points being multiplied (in addition to the generator), but there never is more than one point, so this is all dead code. Also, I doubt that the comments "...point at infinity (which normally shouldn't happen)" in the deleted code are accurate. And, the projective->affine conversions that were removed from p224-64.c and p256-64.c didn't seem to properly account for the possibility that any of those points were at infinity. Change-Id: I611d42d36dcb7515eabf3abf1857e52ff3b45c92 Reviewed-on: https://boringssl-review.googlesource.com/7100 Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'decrepit')
0 files changed, 0 insertions, 0 deletions