emp-tool icon indicating copy to clipboard operation
emp-tool copied to clipboard

sha3_256 can not be compiled

Open wtd2 opened this issue 1 year ago • 0 comments

In update-backend branch:

Compiler flags: -pthread -Wall -funroll-loops -Wno-ignored-attributes -Wno-unused-result -march=native -maes -mrdseed -std=c++11 -O3

Error:

emp-tool/emp-tool/circuits/bit.hpp: In constructor ‘emp::Bit_T<Wire>::Bit_T(bool, int)’:
emp-tool/emp-tool/circuits/bit.hpp:3:9: error: ‘backend’ was not declared in this scope
    3 |         backend->feed(&bit, party, &b, 1);
      |         ^~~~~~~

wtd2 avatar Jul 26 '23 16:07 wtd2