| 26 | Factory() FieldFactory |
| 27 | } |
| 28 | type 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 |
no outgoing calls
no test coverage detected