diff --git a/doc_bls_test.go b/doc_bls_test.go index bd716dafa73d5293fb781c26532024b20f5eb272..b2006f1b0319bdcbb24ba635a01942fd6076cbfd 100644 --- a/doc_bls_test.go +++ b/doc_bls_test.go @@ -19,13 +19,11 @@ // are covered under the terms of the GNU Lesser General Public License // version 3, or (at your option) any later version. -package pbc_test +package pbc import ( "crypto/sha256" "fmt" - - "github.com/Nik-U/pbc" ) // messageData represents a signed message sent over the network diff --git a/doc_test.go b/doc_test.go index 7607fb210f082941c35d9c1ae2e65fbe0dfc6227..216a92eb81be6a6086b61ad66171d9154bec5e44 100644 --- a/doc_test.go +++ b/doc_test.go @@ -19,12 +19,10 @@ // are covered under the terms of the GNU Lesser General Public License // version 3, or (at your option) any later version. -package pbc_test +package pbc import ( "fmt" - - "github.com/Nik-U/pbc" ) // This example generates a pairing and some random group elements, then applies