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

Method size_bytes

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

Source from the content-addressed store, hash-verified

96
97 unsigned int size() const { return nbits; }
98 unsigned int size_bytes() const { return nbytes; }
99 octet* get_ptr() { return bytes; }
100 const octet* get_ptr() const { return bytes; }
101 const void* get_ptr_to_byte(size_t i, size_t block_size) const;

Callers 4

transferMethod · 0.80
initMethod · 0.80
hash_with_idMethod · 0.80
hashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected