/* * File: fix/checksum.hpp * Purpose: Financial Information Exchange checksum in C++ * Author: Amlal El Mahrouss (amlal@nekernel.org) * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. */ #ifndef __OCL_FIX_CHECKSUM #define __OCL_FIX_CHECKSUM #include namespace ocl::fix { } #endif