ciphter/ctr: remove uselss import

This commit is contained in:
Sun Yimin 2024-02-07 13:44:33 +08:00 committed by GitHub
parent 267ff02783
commit 78c7cf81fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ package cipher_test
import ( import (
"bytes" "bytes"
"crypto/cipher" "crypto/cipher"
"fmt"
"testing" "testing"
"github.com/emmansun/gmsm/sm4" "github.com/emmansun/gmsm/sm4"