Restructure directory, add 'pkgs' folder now

This commit is contained in:
Harshavardhana
2014-11-24 15:10:25 -08:00
parent a1aafb9648
commit 3cefaf5ad8
128 changed files with 50 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdint.h>
int bcrypt_pbkdf(const char *pass, size_t pass_len, const uint8_t *salt,
size_t salt_len, uint8_t *key, size_t key_len, unsigned int rounds);
void explicit_bzero(void *b, size_t len);