diff --git a/hashing/sha256.cpp b/hashing/sha256.cpp index b68e1114b..b469e367b 100644 --- a/hashing/sha256.cpp +++ b/hashing/sha256.cpp @@ -12,12 +12,12 @@ * used for authenticating software packages and secure password hashing. */ -#include /// For std::array -#include /// For assert -#include /// For uint8_t, uint32_t and uint64_t data types -#include /// For std::setfill and std::setw -#include /// For std::stringstream -#include /// For std::vector +#include /// For std::array +#include /// For assert +#include /// For uint8_t, uint32_t and uint64_t data types +#include /// For std::setfill and std::setw +#include /// For std::stringstream +#include /// For std::vector /** * @namespace hashing