This is an automated archive.
The original was posted on /r/golang by /u/dumb_and_idjit on 2023-08-08 20:22:25+00:00.
Could please someone point me to the right direction.
I had this piece of code https://go.dev/play/p/EW1aaRoXBdd.
The problem is that with the new version I have this three methods complaining:
- elliptic.P256().ScalarBaseMult
- elliptic.Marshal
- elliptic.Unmarshal
I don’t understand if I need to convert it or not since I am not using ecdh.
You must log in or register to comment.