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
LSH
lsh
Commits
457ddb63
Commit
457ddb63
authored
May 28, 2000
by
Niels Möller
Browse files
* src/publickey_crypto.h (make_dh): Added prototype.
Rev: src/publickey_crypto.h:1.35
parent
3ed45e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/publickey_crypto.h
View file @
457ddb63
...
...
@@ -232,6 +232,10 @@ dh_generate_secret(struct dh_method *self,
void
dh_hash_digest
(
struct
dh_instance
*
self
);
struct
dh_method
*
make_dh
(
struct
abstract_group
*
G
,
struct
hash_algorithm
*
H
,
struct
randomness
*
r
);
struct
dh_method
*
make_dh1
(
struct
randomness
*
r
);
...
...
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