MCPcopy Create free account
hub / github.com/WizardOfMenlo/stir / print

Method print

scripts/protocol.py:215–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 return 0
214
215 def print(self):
216 print("Field element")
217 print("\tNum elements: 2^" + str(log2(self.proof_length())))
218 print("\tSize: ", convert_size(self.argument_size()))
219
220class Round:
221 def __init__(self):

Callers

nothing calls this directly

Calls 3

proof_lengthMethod · 0.95
argument_sizeMethod · 0.95
convert_sizeFunction · 0.90

Tested by

no test coverage detected