Bug fixes in display code
This commit is contained in:
parent
a3b016ceed
commit
5a3a8506fc
3 changed files with 34 additions and 9 deletions
|
@ -71,6 +71,9 @@
|
|||
* 12 error writing output file
|
||||
* 13 error reading input file
|
||||
*/
|
||||
int bintohex(char* outstring, size_t nbytes, uint8_t* data);
|
||||
|
||||
int sha256string(uint8_t* hash, char* s);
|
||||
|
||||
int genpass(uint8_t dk[64],
|
||||
const uint8_t * passwd, size_t passwdlen, void* site,
|
||||
|
|
Reference in a new issue