Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Side by Side Diff: openssl/crypto/bn/bn.mul

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « openssl/crypto/bn/bn.h ('k') | openssl/crypto/bn/bn_add.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 We need
2
3 * bn_mul_comba8
4 * bn_mul_comba4
5 * bn_mul_normal
6 * bn_mul_recursive
7
8 * bn_sqr_comba8
9 * bn_sqr_comba4
10 bn_sqr_normal -> BN_sqr
11 * bn_sqr_recursive
12
13 * bn_mul_low_recursive
14 * bn_mul_low_normal
15 * bn_mul_high
16
17 * bn_mul_part_recursive # symetric but not power of 2
18
19 bn_mul_asymetric_recursive # uneven, but do the chop up.
OLDNEW
« no previous file with comments | « openssl/crypto/bn/bn.h ('k') | openssl/crypto/bn/bn_add.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698