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 (
"bytes"
"crypto/cipher"
"fmt"
"testing"
"github.com/emmansun/gmsm/sm4"