type rsc.io/qr/gf256.Field

11 uses

	rsc.io/qr/gf256 (current package)
		gf256.go#L11: type Field struct {
		gf256.go#L21: func NewField(poly, α int) *Field {
		gf256.go#L26: 	var f Field
		gf256.go#L108: func (f *Field) Add(x, y byte) byte {
		gf256.go#L114: func (f *Field) Exp(e int) byte {
		gf256.go#L123: func (f *Field) Log(x byte) int {
		gf256.go#L132: func (f *Field) Inv(x byte) byte {
		gf256.go#L140: func (f *Field) Mul(x, y byte) byte {
		gf256.go#L150: 	f    *Field
		gf256.go#L157: func (f *Field) gen(e int) (gen, lgen []byte) {
		gf256.go#L187: func NewRSEncoder(f *Field, c int) *RSEncoder {