Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/research
/ moduloFactory
Struct
moduloFactory
erasure_code/ec256/share.go:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
type
moduloFactory
struct
{
152
n uint
153
}
154
155
func
(self *modulo) Factory() FieldFactory {
156
return
&moduloFactory{self.n}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected