Make SDK importable from module root

This commit is contained in:
ywlmac
2026-05-13 11:28:34 +08:00
parent ec5657efb8
commit 52d1d9dd4b
23 changed files with 72 additions and 306 deletions
@@ -4,9 +4,9 @@ import (
"crypto/rand"
"encoding/binary"
"fmt"
"git.yuanzoo.cn/zhangzhengqiang/popi-zxl/third_party/official/gosdk_demo/zxsdk/wallet_sdk/mnemonics/wordlists"
"math/big"
"strings"
"wallet_sdk/mnemonics/wordlists"
"github.com/tjfoc/gmsm/sm3"
)