diff options
Diffstat (limited to 'utils/sbtools/crypto.h')
-rw-r--r-- | utils/sbtools/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/sbtools/crypto.h b/utils/sbtools/crypto.h index e36900df47..0662ef8587 100644 --- a/utils/sbtools/crypto.h +++ b/utils/sbtools/crypto.h @@ -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 |