[tor-commits] [obfs4/main] internal/x25519ell2: Add a canonical import path annotation
cohosh at torproject.org
cohosh at torproject.org
Mon Jan 24 15:21:17 UTC 2022
commit c083c6309aa0aa1e5b33e4b096e627869e09214d
Author: Yawning Angel <yawning at schwanenlied.me>
Date: Fri Dec 31 06:33:11 2021 +0000
internal/x25519ell2: Add a canonical import path annotation
---
internal/x25519ell2/x25519ell2.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/internal/x25519ell2/x25519ell2.go b/internal/x25519ell2/x25519ell2.go
index cbf0ad6..6247da6 100644
--- a/internal/x25519ell2/x25519ell2.go
+++ b/internal/x25519ell2/x25519ell2.go
@@ -15,7 +15,7 @@
// Package x25519ell2 implements obfuscated X25519 ECDH, via the Elligator2
// mapping.
-package x25519ell2
+package x25519ell2 // import "gitlab.com/yawning/obfs4.git/internal/x25519ell2"
import (
"encoding/binary"
More information about the tor-commits
mailing list