SHA256, SHA384 and SHA512 + HMAC – library MetaTrader 4
Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256. The MQL5 version of SHA512 library can be found here: Besides SHA512, added SHA256 and SHA384 support in … Read more