func golang.org/x/crypto/cast5.f3
11 uses
golang.org/x/crypto/cast5 (current package)
cast5.go#L46: l, r = r, l^f3(r, c.masking[2], c.rotate[2])
cast5.go#L50: l, r = r, l^f3(r, c.masking[5], c.rotate[5])
cast5.go#L54: l, r = r, l^f3(r, c.masking[8], c.rotate[8])
cast5.go#L57: l, r = r, l^f3(r, c.masking[11], c.rotate[11])
cast5.go#L61: l, r = r, l^f3(r, c.masking[14], c.rotate[14])
cast5.go#L79: l, r = r, l^f3(r, c.masking[14], c.rotate[14])
cast5.go#L83: l, r = r, l^f3(r, c.masking[11], c.rotate[11])
cast5.go#L86: l, r = r, l^f3(r, c.masking[8], c.rotate[8])
cast5.go#L90: l, r = r, l^f3(r, c.masking[5], c.rotate[5])
cast5.go#L94: l, r = r, l^f3(r, c.masking[2], c.rotate[2])
cast5.go#L254: func f3(d, m uint32, r uint8) uint32 {
 |
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. |