core, frontend: Better progress reporter

A new "quick" decryptor is implemented. This is not really much faster (not slower either) but provides the benefit of being able to report progress on a single file. The frontend is updated accordingly to support this feature.
This commit is contained in:
zhupengfei
2019-09-12 22:08:37 +08:00
parent ccffd51904
commit d55af0108e
14 changed files with 541 additions and 54 deletions
+2
View File
@@ -11,6 +11,8 @@ add_library(core STATIC
key/arithmetic128.h
key/key.cpp
key/key.h
quick_decryptor.cpp
quick_decryptor.h
)
target_link_libraries(core PRIVATE common cryptopp)