crypto/internal/fips140/rsa.PublicKey.E (field)
15 uses
crypto/internal/fips140/rsa (current package)
cast.go#L171: N: N, E: 65537,
rsa.go#L16: E int
rsa.go#L99: N: n, E: e,
rsa.go#L136: N: n, E: e,
rsa.go#L161: N: n, E: e,
rsa.go#L177: e = priv.pub.E
rsa.go#L246: de.SetUint(uint(priv.pub.E)).ExpandFor(pMinus1)
rsa.go#L260: de.SetUint(uint(priv.pub.E)).ExpandFor(qMinus1)
rsa.go#L343: if pub.E < 2 {
rsa.go#L348: if pub.E&1 == 0 {
rsa.go#L353: if pub.E <= 1<<16 {
rsa.go#L360: if pub.E > 1<<31-1 {
rsa.go#L380: return bigmod.NewNat().ExpShortVarTime(m, uint(pub.E), pub.N).Bytes(pub.N), nil
rsa.go#L412: N, E := priv.pub.N, priv.pub.E
crypto/rsa
rsa.go#L670: return &rsa.PublicKey{N: N, E: pub.E}, nil
 |
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. |