aboutsummaryrefslogtreecommitdiff
path: root/src/file.rs
Commit message (Collapse)AuthorAgeFilesLines
* Optimize encryptionIgor Tolmachev2024-07-161-38/+0
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Create file driver and implement file readerIgor Tolmachev2024-06-291-0/+38
|
* Reset branchIgor Tolmachev2024-06-231-11/+0
|
* Add basic zip readerIgor Tolmachov2024-06-231-1/+1
|
* Add zip stubsIgor Tolmachov2024-06-231-0/+11