diff options
Diffstat (limited to 'dev/lib/utility/crc32.hpp')
| -rw-r--r-- | dev/lib/utility/crc32.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/lib/utility/crc32.hpp b/dev/lib/utility/crc32.hpp index ea09b94..93347a8 100644 --- a/dev/lib/utility/crc32.hpp +++ b/dev/lib/utility/crc32.hpp @@ -5,8 +5,8 @@ * Copyright 2025, Amlal El Mahrouss. */ -#ifndef _OCL_CRC32_HPP -#define _OCL_CRC32_HPP +#ifndef _SCL_CRC32_HPP +#define _SCL_CRC32_HPP #include <cstdint> #include <string> @@ -15,7 +15,7 @@ /// @brief Crc32 implementation in C++ /// @author Amlal EL Mahrouss (amlal@nekernel.org) -namespace ocl::crc32 +namespace scl::crc32 { namespace detail { @@ -76,6 +76,6 @@ namespace ocl::crc32 { return detail::crc32(in.c_str(), in.size()); } -} // namespace ocl::crc32 +} // namespace scl::crc32 -#endif // !_OCL_CRC32_HPP
\ No newline at end of file +#endif // !_SCL_CRC32_HPP
\ No newline at end of file |
