1
0
Fork 0
forked from len0rd/rockbox

sbtoelf: fix to handle unencrypted files (minor tweak)

elftosb: properly generate sb file (encryption not implemented yet)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29742 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-04-17 22:30:09 +00:00
parent e3fe3956f6
commit b2c59541b4
5 changed files with 234 additions and 29 deletions

View file

@ -41,6 +41,7 @@ void cbc_mac(
/* crc.c */
uint32_t crc(byte *data, int size);
uint32_t crc_continue(uint32_t previous_crc, byte *data, int size);
/* sha1.c */
struct sha_1_params_t