math/big.Int.Rsh (method)
9 uses
math/big (current package)
int.go#L880: c.Rsh(&a, s) // a = 2^s*c
int.go#L899: e.Rsh(e, 2) // e = (p + 1) / 4
int.go#L913: e := new(Int).Rsh(p, 3) // e = (p - 5) / 8
int.go#L935: s.Rsh(&s, e)
int.go#L950: y.Rsh(&y, 1)
int.go#L1015: func (z *Int) Rsh(x *Int, n uint) *Int {
crypto/ecdsa
ecdsa.go#L178: ret.Rsh(ret, uint(excess))
golang.org/x/crypto/ssh
kex.go#L613: pHalf.Rsh(gex.p, 1)
kex.go#L727: pHalf.Rsh(gex.p, 1)
![]() |
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. |