This repository has been archived on 2023-11-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MagicHashes/magic_hashes_iterative.c
Samuel FORESTIER 3831dfe0cf Major optimization of the C "iterative" method, see details below :
+ Removes an useless nested for-loop
+ Removes an useless dynamic allocation
+ Limits the number of affectations and conditions by formatting data before running hashing operations
2019-05-03 16:49:58 +02:00

4.8 KiB