MCPcopy
hub / github.com/ethereum/research / FieldFactory

Interface FieldFactory

erasure_code/ec256/share.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 Factory() FieldFactory
27}
28type FieldFactory interface {
29 Construct(v int) Field
30}
31
32// per-byte 2^8 Galois field
33// Note that this imposes a hard limit that the number of extended chunks can

Callers 4

zeroFunction · 0.65
oneFunction · 0.65
ExtendFunction · 0.65
RepairFunction · 0.65

Implementers 2

galoisFactoryerasure_code/ec256/share.go
moduloFactoryerasure_code/ec256/share.go

Calls

no outgoing calls

Tested by

no test coverage detected