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

Method get_value_array

Compiler/oram.py:433–434  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

431 def get_value_arrays(self):
432 return self.l[2:]
433 def get_value_array(self, index):
434 return [Value(self.l[2+index][i], self.l[0][i]) for i in range(self.size)]
435 def __getitem__(self, index):
436 if print_access:
437 print('get', id(self), index)

Callers 1

prepare_deepestMethod · 0.80

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected