func golang.org/x/crypto/cast5.f1
13 uses
golang.org/x/crypto/cast5 (current package)
cast5.go#L44: l, r = r, l^f1(r, c.masking[0], c.rotate[0])
cast5.go#L47: l, r = r, l^f1(r, c.masking[3], c.rotate[3])
cast5.go#L51: l, r = r, l^f1(r, c.masking[6], c.rotate[6])
cast5.go#L55: l, r = r, l^f1(r, c.masking[9], c.rotate[9])
cast5.go#L59: l, r = r, l^f1(r, c.masking[12], c.rotate[12])
cast5.go#L62: l, r = r, l^f1(r, c.masking[15], c.rotate[15])
cast5.go#L78: l, r = r, l^f1(r, c.masking[15], c.rotate[15])
cast5.go#L81: l, r = r, l^f1(r, c.masking[12], c.rotate[12])
cast5.go#L85: l, r = r, l^f1(r, c.masking[9], c.rotate[9])
cast5.go#L89: l, r = r, l^f1(r, c.masking[6], c.rotate[6])
cast5.go#L93: l, r = r, l^f1(r, c.masking[3], c.rotate[3])
cast5.go#L96: l, r = r, l^f1(r, c.masking[0], c.rotate[0])
cast5.go#L242: func f1(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. |