commit | 4ae9f2746caad44c80bf83d3eec804548fe24cdb | [log] [tgz] |
---|---|---|
author | Brian Smith <brian@briansmith.org> | Sat Apr 18 16:54:36 2015 -1000 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 02:04:09 2015 +0000 |
tree | 06c929a19ccd62c490263459e541ae2ec02d171f | |
parent | 1be2ec67563f04728a4a65c798fa6a3f584f04ea [diff] |
Clean up weirdness in initializing EC_GROUP cofactor & order. Previously, |x| was reset to the value of the cofactor for no reason, and there was an unnecessary copy made of |order|. Change-Id: Ib6b06f651e280838299dff534c38726ebf4ccc97 Reviewed-on: https://boringssl-review.googlesource.com/4447 Reviewed-by: Adam Langley <agl@google.com>