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

Method commitment_size

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

Source from the content-addressed store, hash-verified

110 return self.queries() * self.field_size() * self.fold_amount() * self.stack
111
112 def commitment_size(self):
113 return self.hash_size()
114
115 def argument_size(self):
116 return self.commitment_size() + self.auth_path_size() + self.opening_size()

Callers 3

argument_sizeMethod · 0.95
printMethod · 0.95
commitment_sizeMethod · 0.45

Calls 1

hash_sizeMethod · 0.80

Tested by

no test coverage detected