Skip to content

Commit

Permalink
Optimization: Multithread AES-CBC decryption for Single file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jul 17, 2023
2 parents a4796de + 5bf343a commit 2f215ab
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ clean:
@rm RandFile

simple-test:
@$(MAKE) compile CXX=clang++ TYPE=debug VERSION=aesni LINK=dynamic
@$(MAKE) compile CXX=clang++ TYPE=debug
@$(MAKE) genkeys CXX=clang++
@$(MAKE) randfile CXX=clang++
@$(MAKE) encrypt_decrypt
Expand Down
Loading

0 comments on commit 2f215ab

Please sign in to comment.