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

Method get_byte

Tools/BitVector.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 Access operator[](int i) { return {*this, i}; }
159
160 octet get_byte(int i) const { return bytes[i]; }
161
162 void set_byte(int i, octet b) { bytes[i] = b; }
163

Callers 2

transferMethod · 0.80
generateTriplesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected