wsddn / go-ecdh

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

Drop code.google.com/p/go.crypto/curve25519 and use golang.org/x/crypto/curve25519 #1

Closed sahib closed 7 years ago

sahib commented 8 years ago

Hi,

The old code.google.com/... triggers warnings (*) and might even break some builds.

(*) warning: code.google.com is shutting down; import path code.google.com/p/go.crypto/curve25519 will stop working