crypto/internal/fips140/ecdh.PublicKey.Bytes (method)

3 uses

	crypto/internal/fips140/ecdh (current package)
		ecdh.go#L43: func (pub *PublicKey) Bytes() []byte {

	crypto/ecdh
		nist.go#L62: 			publicKey: privateKey.PublicKey().Bytes(),
		nist.go#L110: 			publicKey: fk.PublicKey().Bytes(),