aboutsummaryrefslogtreecommitdiff
path: root/src/driver/file.rs
Commit message (Collapse)AuthorAgeFilesLines
* Optimize encryptionIgor Tolmachev2024-07-161-2/+0
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Fix lzma decompressionIgor Tolmachev2024-07-051-1/+1
|
* Create file driver and implement file readerIgor Tolmachev2024-06-291-1/+8
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+1