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
6b06ce5f
Commit
6b06ce5f
authored
Jan 14, 2002
by
Niels Möller
Browse files
Moved rsa-related declarations here.
Rev: src/publickey_crypto.h:1.44
parent
940fd0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/publickey_crypto.h
View file @
6b06ce5f
...
...
@@ -202,4 +202,18 @@ init_dh_instance(struct dh_method *m,
struct
dh_instance
*
self
,
struct
ssh_connection
*
c
);
/* RSA support */
extern
struct
signature_algorithm
rsa_sha1_algorithm
;
/* Non spki keys */
struct
verifier
*
parse_ssh_rsa_public
(
struct
simple_buffer
*
buffer
);
struct
verifier
*
make_ssh_rsa_verifier
(
UINT32
public_length
,
const
UINT8
*
public
);
struct
sexp
*
rsa_generate_key
(
mpz_t
e
,
struct
randomness
*
r
,
UINT32
bits
);
#endif
/* LSH_PUBLICKEY_CRYPTO_H_INCLUDED */
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