We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` #include <nil/crypto3/hash/algorithm/hash.hpp> #include <nil/crypto3/hash/sha2.hpp>
using namespace nil::crypto3; [[circuit]] bool sha256_example(typename hashes::sha2<256>::block_type block0, typename hashes::sha2<256>::block_type block1) { return block0[0] < block1[0]; }`
quick fix: replace O1 with O0 in the CircuitCompile.cmake
The text was updated successfully, but these errors were encountered:
makxenov
No branches or pull requests
` #include <nil/crypto3/hash/algorithm/hash.hpp>
#include <nil/crypto3/hash/sha2.hpp>
quick fix: replace O1 with O0 in the CircuitCompile.cmake
The text was updated successfully, but these errors were encountered: