Fix bug where the BufWriter has not written all the content to disk. Now we wrap writing to disk into a new function that will force a write once the BufWriter is dropped
Reverse check of checksum by serializing to a string instead of decoding the provided checksum
Fix bug where the BufWriter has not written all the content to disk. Now we wrap writing to disk into a new function that will force a write once the BufWriter is dropped
Reverse check of checksum by serializing to a string instead of decoding the provided checksum