crypto/ed25519.PrivateKey.Public (method, view implemented interface methods)
2 uses
crypto/ed25519 (current package)
ed25519.go#L59: func (priv PrivateKey) Public() crypto.PublicKey {
crypto/tls
tls.go#L357: if !bytes.Equal(priv.Public().(ed25519.PublicKey), pub) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)