vanadium / core

Slimmed down version of Vanadium that is focused on its RPC and security system.
BSD 3-Clause "New" or "Revised" License
91 stars 28 forks source link

x/ref/lib/security/keys/sshkeys: elliptic.Unmarshal deprecation #426

Closed cosnicolaou closed 1 month ago

cosnicolaou commented 1 month ago

Avoid the use of the deprecated elliptic.Unmarshal function and use the conversion code cited in https://github.com/golang/go/issues/63963 instead.