File tree Expand file tree Collapse file tree
ref_app/src/math/checksums/hash Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// /////////////////////////////////////////////////////////////////////////////
2- // Copyright Christopher Kormanyos 2013 - 2023 .
2+ // Copyright Christopher Kormanyos 2013 - 2025 .
33// Distributed under the Boost Software License,
44// Version 1.0. (See accompanying file LICENSE_1_0.txt
55// or copy at http://www.boost.org/LICENSE_1_0.txt)
66//
77
8- #ifndef HASH_BASE_2013_09_05_H_
9- #define HASH_BASE_2013_09_05_H_
8+ #ifndef HASH_BASE_2013_09_05_H
9+ #define HASH_BASE_2013_09_05_H
1010
1111 #include < limits>
1212
195195
196196 } } } // namespace math::checksums::hash
197197
198- #endif // HASH_BASE_2013_09_05_H_
198+ #endif // HASH_BASE_2013_09_05_H
Original file line number Diff line number Diff line change 1- // Copyright Christopher Kormanyos 2013 - 2023 .
1+ // Copyright Christopher Kormanyos 2013 - 2025 .
22// Distributed under the Boost Software License,
33// Version 1.0. (See accompanying file LICENSE_1_0.txt
44// or copy at http://www.boost.org/LICENSE_1_0.txt)
55//
66
7- #ifndef HASH_DETAIL_2020_05_18_H_
8- #define HASH_DETAIL_2020_05_18_H_
7+ #ifndef HASH_DETAIL_2020_05_18_H
8+ #define HASH_DETAIL_2020_05_18_H
99
1010 #include < cstddef>
1111 #include < cstdint>
126126
127127 } } } } // namespace math::checksums::hash::detail
128128
129- #endif // HASH_DETAIL_2020_05_18_H_
129+ #endif // HASH_DETAIL_2020_05_18_H
Original file line number Diff line number Diff line change 11// /////////////////////////////////////////////////////////////////////////////
2- // Copyright Christopher Kormanyos 2013 - 2023 .
2+ // Copyright Christopher Kormanyos 2013 - 2025 .
33// Distributed under the Boost Software License,
44// Version 1.0. (See accompanying file LICENSE_1_0.txt
55// or copy at http://www.boost.org/LICENSE_1_0.txt)
66//
77
8- #ifndef HASH_SHA1_2013_09_03_H_
9- #define HASH_SHA1_2013_09_03_H_
8+ #ifndef HASH_SHA1_2013_09_03_H
9+ #define HASH_SHA1_2013_09_03_H
1010
1111 // See also: https://en.wikipedia.org/wiki/SHA-1
1212
150150
151151 } } } // namespace math::checksums::hash
152152
153- #endif // HASH_SHA1_2013_09_03_H_
153+ #endif // HASH_SHA1_2013_09_03_H
Original file line number Diff line number Diff line change 11// /////////////////////////////////////////////////////////////////////////////
2- // Copyright Christopher Kormanyos 2013 - 2023 .
2+ // Copyright Christopher Kormanyos 2013 - 2025 .
33// Distributed under the Boost Software License,
44// Version 1.0. (See accompanying file LICENSE_1_0.txt
55// or copy at http://www.boost.org/LICENSE_1_0.txt)
66//
77
8- #ifndef HASH_SHA256_2023_02_26_H_
9- #define HASH_SHA256_2023_02_26_H_
8+ #ifndef HASH_SHA256_2023_02_26_H
9+ #define HASH_SHA256_2023_02_26_H
1010
1111 // See also: https://en.wikipedia.org/wiki/SHA-2
1212
239239
240240 } } } // namespace math::checksums::hash
241241
242- #endif // HASH_SHA256_2023_02_26_H_
242+ #endif // HASH_SHA256_2023_02_26_H
You can’t perform that action at this time.
0 commit comments