Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WizardOfMenlo/stir
/ proof_length
Method
proof_length
scripts/protocol.py:209–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
return
self.length * self.field_size()
208
209
def
proof_length(self):
210
return
self.length
211
212
def
queries(self):
213
return
0
Callers
1
print
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected