func golang.org/x/crypto/cast5.f2
11 uses
golang.org/x/crypto/cast5 (current package)
cast5.go#L45: l, r = r, l^f2(r, c.masking[1], c.rotate[1])
cast5.go#L49: l, r = r, l^f2(r, c.masking[4], c.rotate[4])
cast5.go#L52: l, r = r, l^f2(r, c.masking[7], c.rotate[7])
cast5.go#L56: l, r = r, l^f2(r, c.masking[10], c.rotate[10])
cast5.go#L60: l, r = r, l^f2(r, c.masking[13], c.rotate[13])
cast5.go#L80: l, r = r, l^f2(r, c.masking[13], c.rotate[13])
cast5.go#L84: l, r = r, l^f2(r, c.masking[10], c.rotate[10])
cast5.go#L88: l, r = r, l^f2(r, c.masking[7], c.rotate[7])
cast5.go#L91: l, r = r, l^f2(r, c.masking[4], c.rotate[4])
cast5.go#L95: l, r = r, l^f2(r, c.masking[1], c.rotate[1])
cast5.go#L248: func f2(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. |