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

Method argument_size

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

Source from the content-addressed store, hash-verified

54 return self.hash_size()
55
56 def argument_size(self):
57 return self.commitment_size() + self.auth_path_size() + self.opening_size()
58
59 def print(self):
60 print("Oracle Message")

Callers 1

printMethod · 0.95

Calls 3

commitment_sizeMethod · 0.95
auth_path_sizeMethod · 0.95
opening_sizeMethod · 0.95

Tested by

no test coverage detected