wsddn / go-ecdh

Golang implementation of the elliptical curve diffie-hellman
BSD 3-Clause "New" or "Revised" License
48 stars 22 forks source link

Useless interface member of a structure #4

Open starius opened 7 years ago

starius commented 7 years ago

Structure curve25519ECDH has anonymous member ECDH. It is not needed there. An interface is implemented implicitly.

starius commented 7 years ago

And also here: https://github.com/wsddn/go-ecdh/blob/master/elliptic.go#L11