mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 22:33:58 +01:00
elliptic.Marshal was deprecated, we can replace it with the ECDH methods
even though we aren't using ECDH here. See:
- f03fb147d7
We still using elliptic.Unmarshal because this issue needs to be
resolved:
- https://github.com/golang/go/issues/63963