func golang.org/x/crypto/openpgp/packet.NewRSAPrivateKey
3 uses
golang.org/x/crypto/openpgp/packet (current package)
private_key.go#L39: func NewRSAPrivateKey(creationTime time.Time, priv *rsa.PrivateKey) *PrivateKey {
golang.org/x/crypto/openpgp
keys.go#L529: PrivateKey: packet.NewRSAPrivateKey(creationTime, signingPriv),
keys.go#L567: PrivateKey: packet.NewRSAPrivateKey(creationTime, encryptingPriv),
![]() |
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. |