crypto/internal/bigmod.Nat.ExpandFor (method)
6 uses
crypto/internal/bigmod (current package)
nat.go#L308: rr := NewNat().ExpandFor(m)
nat.go#L490: func (x *Nat) ExpandFor(m *Modulus) *Nat {
nat.go#L563: one := NewNat().ExpandFor(m)
nat.go#L745: tmp := NewNat().ExpandFor(m)
crypto/rsa
rsa.go#L682: m.ExpandFor(N).Mul(t0.Mod(Q.Nat(), N), N)
rsa.go#L684: m.Add(m2.ExpandFor(N), N)
![]() |
The pages are generated with Golds v0.7.6. (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. |