type golang.org/x/crypto/ed25519.PrivateKey
11 uses
golang.org/x/crypto/ed25519 (current package)
ed25519_go113.go#L48: type PrivateKey = ed25519.PrivateKey
ed25519_go113.go#L52: func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) {
ed25519_go113.go#L60: func NewKeyFromSeed(seed []byte) PrivateKey {
ed25519_go113.go#L66: func Sign(privateKey PrivateKey, message []byte) []byte {
golang.org/x/crypto/ssh
keys.go#L1386: pk := ed25519.PrivateKey(make([]byte, ed25519.PrivateKeySize))
golang.org/x/crypto/ssh/agent
client.go#L570: case ed25519.PrivateKey:
client.go#L581: case *ed25519.PrivateKey:
client.go#L698: case ed25519.PrivateKey:
client.go#L710: case *ed25519.PrivateKey:
server.go#L270: priv := ed25519.PrivateKey(k.Priv)
server.go#L336: priv := ed25519.PrivateKey(k.Priv)
![]() |
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. |