mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
fix package issue
This commit is contained in:
parent
ae9d85d2f0
commit
3e2158f68d
@ -142,7 +142,7 @@ const tmplNISTEC = `// Copyright 2022 The Go Authors. All rights reserved.
|
||||
{{ end }}
|
||||
package sm2ec
|
||||
import (
|
||||
"github.com/emmansun/gmsm/sm2ec/fiat"
|
||||
"github.com/emmansun/gmsm/internal/sm2ec/fiat"
|
||||
"crypto/subtle"
|
||||
"errors"
|
||||
"sync"
|
||||
|
@ -10,7 +10,7 @@ package sm2ec
|
||||
import (
|
||||
"crypto/subtle"
|
||||
"errors"
|
||||
"github.com/emmansun/gmsm/sm2ec/fiat"
|
||||
"github.com/emmansun/gmsm/internal/sm2ec/fiat"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user