Multi threaded eciesDecrypt
This commit is contained in:
parent
c52d47b15f
commit
7b210429b5
6 changed files with 89 additions and 11 deletions
4
src/Crypt/Crypt.py
Normal file
4
src/Crypt/Crypt.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from Config import config
|
||||
from util import ThreadPool
|
||||
|
||||
thread_pool_crypt = ThreadPool.ThreadPool(config.threads_crypt)
|
Loading…
Add table
Add a link
Reference in a new issue