Skip to content

Commit

Permalink
using correct SM2 P256 ecdh curve
Browse files Browse the repository at this point in the history
  • Loading branch information
lzeng committed Mar 4, 2025
1 parent ca63cdf commit 10d2fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scheme/gmsm/gmsm.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package gmsm

import (
"crypto/ecdh"
"crypto/ecdsa"
"crypto/rand"
"encoding/base64"
"fmt"
"math/big"

"github.com/emmansun/gmsm/ecdh"
"github.com/emmansun/gmsm/sm2"
)

Expand Down

0 comments on commit 10d2fff

Please sign in to comment.