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:
parent
e3fe3956f6
commit
b2c59541b4
5 changed files with 234 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue