@@ -236,7 +236,7 @@ class algorithm
236236 INLINE static constexpr auto extract (Word a) NOEXCEPT;
237237
238238 template <size_t Round, typename Auto>
239- static CONSTEVAL auto functor () NOEXCEPT;
239+ static consteval auto functor () NOEXCEPT;
240240
241241 template <size_t Round>
242242 INLINE static constexpr void round (auto a, auto & b, auto c, auto d,
@@ -286,7 +286,7 @@ class algorithm
286286
287287 // / Scheduled padding (new and existing buffer objects).
288288 template <size_t Blocks>
289- static CONSTEVAL buffer_t scheduled_pad () NOEXCEPT;
289+ static consteval buffer_t scheduled_pad () NOEXCEPT;
290290 template <size_t Blocks>
291291 static constexpr void schedule_n (buffer_t & buffer) NOEXCEPT;
292292 static constexpr void schedule_n (buffer_t & buffer, size_t blocks) NOEXCEPT;
@@ -295,8 +295,8 @@ class algorithm
295295 // / Unscheduled padding (new objects).
296296 template <size_t Bytes>
297297 static constexpr void simple_pad (block_t & block) NOEXCEPT;
298- static CONSTEVAL chunk_t chunk_pad () NOEXCEPT;
299- static CONSTEVAL pad_t stream_pad () NOEXCEPT;
298+ static consteval chunk_t chunk_pad () NOEXCEPT;
299+ static consteval pad_t stream_pad () NOEXCEPT;
300300 static words_t pad_block () NOEXCEPT;
301301 static words_t pad_blocks (count_t blocks) NOEXCEPT;
302302
0 commit comments