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

Method set_byte

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

Source from the content-addressed store, hash-verified

160 octet get_byte(int i) const { return bytes[i]; }
161
162 void set_byte(int i, octet b) { bytes[i] = b; }
163
164 // get the i-th 64-bit word
165 word get_word(int i) const { return *(word*)(bytes + i*8); }

Callers 2

transferMethod · 0.80
exec_baseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected