Fixed incorrect result when file size >= 512M.

This commit is contained in:
Yi-Cyuan Chen
2017-10-31 19:53:15 +08:00
parent ee3b3869bc
commit 77efe9529c
8 changed files with 304 additions and 9 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## v0.7.0 / 2017-10-31
### Fixed
- incorrect result when file size >= 512M.
## v0.6.0 / 2017-07-11
### Added
- HMAC feature.