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

Method commitment_size

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

Source from the content-addressed store, hash-verified

51 return self.queries() * self.field_size()
52
53 def commitment_size(self):
54 return self.hash_size()
55
56 def argument_size(self):
57 return self.commitment_size() + self.auth_path_size() + self.opening_size()

Callers 2

argument_sizeMethod · 0.95
printMethod · 0.95

Calls 1

hash_sizeMethod · 0.80

Tested by

no test coverage detected