4 #ifndef RUDIMENTS_CRYPT_H
5 #define RUDIMENTS_CRYPT_H
7 #include <rudiments/private/cryptincludes.h>
9 #ifdef RUDIMENTS_NAMESPACE
28 static char *encrypt(
const char *password,
37 static bool needsMutex();
42 static void setMutex(
mutex *mtx);
44 #include <rudiments/private/crypt.h>
47 #ifdef RUDIMENTS_NAMESPACE