(self)
| 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 |