golang.org/x/crypto/ssh.curve25519KeyPair.pub (field)

6 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L424: 	pub  [32]byte
		kex.go#L431: 	curve25519.ScalarBaseMult(&kp.pub, &kp.priv)
		kex.go#L445: 	if err := c.writePacket(Marshal(&kexECDHInitMsg{kp.pub[:]})); err != nil {
		kex.go#L472: 	writeString(h, kp.pub[:])
		kex.go#L521: 	writeString(h, kp.pub[:])
		kex.go#L536: 		EphemeralPubKey: kp.pub[:],