Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
898ce4be
Commit
898ce4be
authored
Nov 25, 2018
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Update mini-gmp version for _rsa_sec_compute_root_tr rename.
parent
e6a16d16
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rsa-sign-tr.c
+4
-4
4 additions, 4 deletions
rsa-sign-tr.c
with
4 additions
and
4 deletions
rsa-sign-tr.c
+
4
−
4
View file @
898ce4be
...
@@ -128,7 +128,7 @@ rsa_compute_root_tr(const struct rsa_public_key *pub,
...
@@ -128,7 +128,7 @@ rsa_compute_root_tr(const struct rsa_public_key *pub,
}
}
int
int
rsa_sec_compute_root_tr
(
const
struct
rsa_public_key
*
pub
,
_
rsa_sec_compute_root_tr
(
const
struct
rsa_public_key
*
pub
,
const
struct
rsa_private_key
*
key
,
const
struct
rsa_private_key
*
key
,
void
*
random_ctx
,
nettle_random_func
*
random
,
void
*
random_ctx
,
nettle_random_func
*
random
,
mp_limb_t
*
x
,
const
mp_limb_t
*
m
,
size_t
mn
)
mp_limb_t
*
x
,
const
mp_limb_t
*
m
,
size_t
mn
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment