mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* cipher.h: Add md_algo_present().
This commit is contained in:
parent
faed12a698
commit
bed4e0daa0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-07 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* cipher.h: Add md_algo_present().
|
||||
|
||||
2002-08-06 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* util.h [__riscos__]: Added riscos_getchar().
|
||||
|
|
|
@ -123,6 +123,7 @@ void md_final(MD_HANDLE a);
|
|||
byte *md_read( MD_HANDLE a, int algo );
|
||||
int md_digest( MD_HANDLE a, int algo, byte *buffer, int buflen );
|
||||
int md_get_algo( MD_HANDLE a );
|
||||
int md_algo_present( MD_HANDLE a, int algo );
|
||||
int md_digest_length( int algo );
|
||||
const byte *md_asn_oid( int algo, size_t *asnlen, size_t *mdlen );
|
||||
void md_start_debug( MD_HANDLE a, const char *suffix );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue