sha256_literal
sha256_literal copied to clipboard
Line 244 in sha256_literal.h should use if constexpr
<< if (Rem >= 56) {
if constexpr (Rem >= 56) {
Is it ok to just require c++17?