UPD: HMAC_COUNT

This commit is contained in:
Alexander Koblov 2017-08-12 14:17:49 +00:00
commit 9a9ab74a8a

View file

@ -69,7 +69,7 @@ uses
SHA3_512, Hash, uShowMsg, uGlobsPaths, uLng, uDebug, uRandom;
const
HMAC_COUNT = 8192;
HMAC_COUNT = 10240;
const
KEY_SIZE = SizeOf(TBlowFishKey);