Described libisofs MD5 recording and implemented checksum array checksum

and stream detectable session checksum tag.
This commit is contained in:
2009-08-13 17:19:58 +02:00
parent ecf2ca044e
commit 40c39af271
4 changed files with 177 additions and 23 deletions

View File

@ -456,6 +456,9 @@ struct ecma119_image
off_t checksum_counter;
char image_md5[16];
char *checksum_buffer;
uint32_t checksum_array_pos;
uint32_t checksum_range_start;
uint32_t checksum_range_size;
#endif /* Libisofs_with_checksumS */