commit c083c6309aa0aa1e5b33e4b096e627869e09214d Author: Yawning Angel yawning@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"
tor-commits@lists.torproject.org