Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
de360df5
Commit
de360df5
authored
Dec 26, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eccdata: Add assert.
parent
1eb23ca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
eccdata.c
eccdata.c
+1
-0
No files found.
eccdata.c
View file @
de360df5
...
...
@@ -664,6 +664,7 @@ ecc_pippenger_precompute (struct ecc_curve *ecc, unsigned k, unsigned c)
ecc
->
pippenger_k
=
k
;
ecc
->
pippenger_c
=
c
;
ecc
->
table_size
=
M
<<
c
;
assert
(
ecc
->
table_size
>=
2
);
ecc
->
table
=
ecc_alloc
(
ecc
->
table_size
);
/* Compute the first 2^c entries */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment