crypto/internal/fips140/bigmod.Nat.ExpShortVarTime (method)

3 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L1041: func (out *Nat) ExpShortVarTime(x *Nat, e uint, m *Modulus) *Nat {

	crypto/internal/fips140/rsa
		rsa.go#L390: 	return bigmod.NewNat().ExpShortVarTime(m, uint(pub.E), pub.N).Bytes(pub.N), nil
		rsa.go#L452: 		c1 := bigmod.NewNat().ExpShortVarTime(m, uint(E), N)