CryptoByLeo/Src/MAC/HMac/Def.mqh

19 lines
913 B
MQL5
Raw Permalink Normal View History

2026-08-12 18:18:45 -05:00
//+------------------------------------------------------------------+
//| Def.mqh |
//| Copyright 2026, Niquel Mendoza |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza"
#property link "https://www.mql5.com"
#property strict
#ifndef CRYPTOBYLEO_SRC_MAC_HMAC_DEF_MQH
#define CRYPTOBYLEO_SRC_MAC_HMAC_DEF_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "..\\..\\Hash\\All.mqh"
#endif // CRYPTOBYLEO_SRC_MAC_HMAC_DEF_MQH
//+------------------------------------------------------------------+