*** empty log message ***
[gnutls.git] / libextra / crypt.h
blob205ec721366ab222de741db119829ac0ba40d82e
1 /* crypt functions */
3 char * gnutls_crypt(const char* username, const char *passwd, crypt_algo algo, int salt, MPI g, MPI n);
4 int gnutls_crypt_vrfy(const char* username, const char *passwd, char* salt, MPI g, MPI n);