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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |