crypto/internal/fips140/bigmod.Nat.Exp (method)
7 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L987: func (out *Nat) Exp(x *Nat, e []byte, m *Modulus) *Nat {
crypto/internal/fips140/ecdsa
ecdsa.go#L398: kInv.Exp(k, c.nMinus2, c.N)
crypto/internal/fips140/rsa
keygen.go#L401: z := bigmod.NewNat().Exp(b, mr.m, mr.w)
rsa.go#L95: qInv.Exp(qInv, pMinusTwo, p)
rsa.go#L422: m = bigmod.NewNat().Exp(c, priv.d.Bytes(N), N)
rsa.go#L428: m = bigmod.NewNat().Exp(t0.Mod(c, P), priv.dP, P)
rsa.go#L430: m2 := bigmod.NewNat().Exp(t0.Mod(c, Q), priv.dQ, Q)
 |
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. |