mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fingerprints and self signatures added
This commit is contained in:
parent
3b1b6f9d98
commit
935965049d
23 changed files with 783 additions and 444 deletions
|
@ -46,6 +46,7 @@ typedef struct {
|
|||
void rsa_free_public_key( RSA_public_key *pk );
|
||||
void rsa_free_secret_key( RSA_secret_key *sk );
|
||||
void rsa_generate( RSA_public_key *pk, RSA_secret_key *sk, unsigned nbits );
|
||||
int rsa_check_secret_key( RSA_secret_key *sk );
|
||||
void rsa_public(MPI output, MPI input, RSA_public_key *skey );
|
||||
void rsa_secret(MPI output, MPI input, RSA_secret_key *skey );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue