Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
ad85f7ac
Commit
ad85f7ac
authored
Feb 27, 2013
by
Niels Möller
Browse files
Typo fix in ecc-benchmark.c
parent
0dca3f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ad85f7ac
2013-02-27 Niels Möller <nisse@lysator.liu.se>
2013-02-27 Niels Möller <nisse@lysator.liu.se>
* examples/ecc-benchmark.c (bench_add_jjj): Typo fix, benchmark
the right function.
* gmp-glue.h: Check if GMP provides mpz_limbs_read (expected in
* gmp-glue.h: Check if GMP provides mpz_limbs_read (expected in
next release).
next release).
* gmp-glue.c: Use GMP's mpz_limbs_read and friends if available.
* gmp-glue.c: Use GMP's mpz_limbs_read and friends if available.
...
...
examples/ecc-benchmark.c
View file @
ad85f7ac
...
@@ -209,7 +209,7 @@ static void
...
@@ -209,7 +209,7 @@ static void
bench_add_jjj
(
void
*
p
)
bench_add_jjj
(
void
*
p
)
{
{
struct
ecc_ctx
*
ctx
=
(
struct
ecc_ctx
*
)
p
;
struct
ecc_ctx
*
ctx
=
(
struct
ecc_ctx
*
)
p
;
ecc_add_jj
a
(
ctx
->
ecc
,
ctx
->
rp
,
ctx
->
ap
,
ctx
->
bp
,
ctx
->
tp
);
ecc_add_jj
j
(
ctx
->
ecc
,
ctx
->
rp
,
ctx
->
ap
,
ctx
->
bp
,
ctx
->
tp
);
}
}
static
void
static
void
...
...
Write
Preview
Supports
Markdown
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