mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +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 }}
|
{{ end }}
|
||||||
package sm2ec
|
package sm2ec
|
||||||
import (
|
import (
|
||||||
"github.com/emmansun/gmsm/sm2ec/fiat"
|
"github.com/emmansun/gmsm/internal/sm2ec/fiat"
|
||||||
"crypto/subtle"
|
"crypto/subtle"
|
||||||
"errors"
|
"errors"
|
||||||
"sync"
|
"sync"
|
||||||
|
@ -10,7 +10,7 @@ package sm2ec
|
|||||||
import (
|
import (
|
||||||
"crypto/subtle"
|
"crypto/subtle"
|
||||||
"errors"
|
"errors"
|
||||||
"github.com/emmansun/gmsm/sm2ec/fiat"
|
"github.com/emmansun/gmsm/internal/sm2ec/fiat"
|
||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user