var golang.org/x/net/idna.xorData
3 uses
golang.org/x/net/idna (current package)
tables13.0.0.go#L150: var xorData string = "" + // Size: 4862 bytes
trie.go#L22: for p := len(b) - int(xorData[index]); p < len(b); p++ {
trie.go#L24: b[p] ^= xorData[index]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |