math/big.Int.Rsh (method)
9 uses
math/big (current package)
int.go#L967: c.Rsh(&a, s) // a = 2^s*c
int.go#L988: e.Rsh(e, 2) // e = (p + 1) / 4
int.go#L1004: e := new(Int).Rsh(p, 3) // e = (p - 5) / 8
int.go#L1026: s.Rsh(&s, e)
int.go#L1041: y.Rsh(&y, 1)
int.go#L1106: func (z *Int) Rsh(x *Int, n uint) *Int {
crypto/ecdsa
ecdsa_legacy.go#L52: ret.Rsh(ret, uint(excess))
crypto/x509
oid.go#L105: o := byte(big.NewInt(0).Rsh(n, uint(i)*7).Bits()[0])
github.com/gotd/td/crypto
pq.go#L90: b.Rsh(b, 1)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |