Use hex in crypto macros.

This commit is contained in:
Arun Prakash Jana 2016-12-16 21:08:49 +05:30
parent 24506d281c
commit 4f1b431956
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -59,8 +59,8 @@ myheaders = None # Default dictionary of headers
myproxy = None # Default proxy
# Crypto globals
BLOCKSIZE = 65536
SALT_SIZE = 32
BLOCKSIZE = 0x10000 # 64 KB blocks
SALT_SIZE = 0x20
CHUNKSIZE = 0x80000 # Read/write 512 KB chunks
# Set up logging