sha256_literal icon indicating copy to clipboard operation
sha256_literal copied to clipboard

Line 244 in sha256_literal.h should use if constexpr

Open DanielJump opened this issue 3 years ago • 1 comments

<< if (Rem >= 56) {

if constexpr (Rem >= 56) {

DanielJump avatar Mar 03 '21 21:03 DanielJump

Is it ok to just require c++17?

DanielJump avatar Mar 05 '21 18:03 DanielJump