mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
partial DSA support
This commit is contained in:
parent
1b1a6d7e77
commit
a6a8f1e706
62 changed files with 2247 additions and 447 deletions
|
@ -43,7 +43,7 @@ void dsa_free_public_key( DSA_public_key *pk );
|
|||
void dsa_free_secret_key( DSA_secret_key *sk );
|
||||
void dsa_generate( DSA_public_key *pk, DSA_secret_key *sk, unsigned nbits );
|
||||
int dsa_check_secret_key( DSA_secret_key *sk );
|
||||
void dsa_sign(MPI a, MPI b, MPI input, DSA_secret_key *skey);
|
||||
int dsa_verify(MPI a, MPI b, MPI input, DSA_public_key *pkey);
|
||||
void dsa_sign(MPI r, MPI s, MPI input, DSA_secret_key *skey);
|
||||
int dsa_verify(MPI r, MPI s, MPI input, DSA_public_key *pkey);
|
||||
|
||||
#endif /*G10_DSA_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue