MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / gf2n_not_supported

Method gf2n_not_supported

Tools/Exceptions.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102gf2n_not_supported::gf2n_not_supported(int n, string options) :
103 runtime_error(
104 "GF(2^" + to_string(n) + ") not supported"
105 + (options.empty() ? "" : ", options are " + options))
106{
107}
108
109setup_error::setup_error(const string& error) :
110 runtime_error(error)

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected