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

Method commitment_size

scripts/arg.py:9–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8 # Size of Merkle tree root (in bits)
9 def commitment_size(self):
10 return self.hashsize
11
12 # Size of an authentication_path in an (unsalted) Merkle tree of 2-arity
13 # Note, we ignore the opening of the leaf close to the opened one, as that can depend on the alphabet size

Callers 1

arg.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected