crypto/internal/fips140/bigmod.Nat.SetUint (method)
4 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L233: func (x *Nat) SetUint(y uint) *Nat {
crypto/internal/fips140/rsa
keygen.go#L78: e := bigmod.NewNat().SetUint(65537)
rsa.go#L247: de.SetUint(uint(priv.pub.E)).ExpandFor(pMinus1)
rsa.go#L261: de.SetUint(uint(priv.pub.E)).ExpandFor(qMinus1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)