summaryrefslogtreecommitdiff
path: root/lib/crypt_bcrypt.h
blob: 98f04c575f4d33c5a08e55e165385fb591a23684 (plain)
1
2
3
char * crypt_bcrypt (const char *passwd, const char *salt, MPI g, MPI n);
char *crypt_bcrypt_wrapper(const char *pass_new, int cost, MPI g, MPI n);
void * _gnutls_calc_srp_bcrypt( char *passwd, opaque *salt, int salt_size, int* size);