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
cb961e3a
Commit
cb961e3a
authored
Sep 11, 1998
by
Niels Möller
Browse files
Secret session key is a bignum, not a string.
Rev: src/publickey_crypto.h:1.5
parent
5210e331
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/publickey_crypto.h
View file @
cb961e3a
...
...
@@ -69,7 +69,7 @@ struct diffie_hellman_instance
struct
lsh_string
*
server_key
;
struct
lsh_string
*
signature
;
mpz_t
secret
;
/* This side's secret exponent */
struc
t
lsh_string
*
K
;
mpz_
t
lsh_string
*
K
;
struct
hash_instance
*
hash
;
};
...
...
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