Add keyfile support. Not entirely working yet.
This commit is contained in:
parent
5a3a8506fc
commit
3dd81551c6
3 changed files with 52 additions and 9 deletions
|
@ -73,7 +73,7 @@
|
|||
*/
|
||||
int bintohex(char* outstring, size_t nbytes, uint8_t* data);
|
||||
|
||||
int sha256string(uint8_t* hash, char* s);
|
||||
int sha256string(uint8_t* hash, uint8_t* s, int n);
|
||||
|
||||
int genpass(uint8_t dk[64],
|
||||
const uint8_t * passwd, size_t passwdlen, void* site,
|
||||
|
|
Reference in a new issue