mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-10 08:42:00 -07:00
elliptic.Marshal was deprecated, we can replace it with the ECDH methods
even though we aren't using ECDH here. See:
-
|
||
|---|---|---|
| .. | ||
| ca.go | ||
| ca_test.go | ||
| keygen.go | ||
| keygen_test.go | ||
| main.go | ||
| main_test.go | ||
| passwords.go | ||
| passwords_test.go | ||
| print.go | ||
| print_test.go | ||
| sign.go | ||
| sign_test.go | ||
| test_darwin.go | ||
| test_linux.go | ||
| test_windows.go | ||
| verify.go | ||
| verify_test.go | ||