diff --git a/cipher/ctr_sm4_test.go b/cipher/ctr_sm4_test.go index 7285a98..2fa7e34 100644 --- a/cipher/ctr_sm4_test.go +++ b/cipher/ctr_sm4_test.go @@ -3,7 +3,6 @@ package cipher_test import ( "bytes" "crypto/cipher" - "fmt" "testing" "github.com/emmansun/gmsm/sm4"