Hash functions library – library MetaTrader 5
General purpose hash functions: adler32 CRC-32 (fast, table implementation) MaHash8v64 (fast, table implementation) All three functions are adapted for MQL5 Unicode strings. The results has been verified with Fsum Frontend 1.5.5.1. Radix Conversion: from decimal (ulong) to Base radix inverse transformation The radix conversion is based on the following sequence of chars: 10 [0..9] + … Read more