ViewVC Help
| View Changeset | Root Listing
root/ns_dev
Jump to revision: Previous Next
Author: nino.borges
Date: Thu Dec 21 22:52:40 2023 UTC (2 years, 3 months ago)
Log Message:
Added a method to hash the contents of a ZIP file.  The zip lib doesnt support being able to open a zip in memory and hash each file, so I wrote this to accomplish this.  For now it returns a list with a list inside containing the embedded file name and the hash of that file.  might change this to a tuple in a list.

Changed paths