use blake3 to hash the passphrase

This commit is contained in:
DenioD
2020-06-14 08:15:32 +02:00
parent 6310c6bf0d
commit b013eeff4b
4 changed files with 108 additions and 125 deletions

View File

@@ -13,6 +13,7 @@ extern char * litelib_initialize_new_from_phrase
extern char * litelib_initialize_existing (bool dangerous, const char* server);
extern char * litelib_execute (const char* s, const char* args);
extern void litelib_rust_free_string (char* s);
extern char * blake3_PW (char* pw);
#ifdef __cplusplus
}