func golang.org/x/crypto/openpgp/packet.fromBig
14 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L175: func fromBig(n *big.Int) parsedMPI {
public_key.go#L188: n: fromBig(pub.N),
public_key.go#L189: e: fromBig(big.NewInt(int64(pub.E))),
public_key.go#L202: p: fromBig(pub.P),
public_key.go#L203: q: fromBig(pub.Q),
public_key.go#L204: g: fromBig(pub.G),
public_key.go#L205: y: fromBig(pub.Y),
public_key.go#L218: p: fromBig(pub.P),
public_key.go#L219: g: fromBig(pub.G),
public_key.go#L220: y: fromBig(pub.Y),
public_key_v3.go#L45: n: fromBig(pub.N),
public_key_v3.go#L46: e: fromBig(big.NewInt(int64(pub.E))),
signature.go#L551: sig.ECDSASigR = fromBig(r)
signature.go#L552: sig.ECDSASigS = fromBig(s)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |