Bug fixes in display code

This commit is contained in:
Chris Oei 2012-09-03 00:57:10 -07:00
parent a3b016ceed
commit 5a3a8506fc
3 changed files with 34 additions and 9 deletions

View file

@ -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,