使用SM9算法进行签名时,如何单独处理签名主公钥? #357
Answered
by
emmansun
huangpengju
asked this question in
Q&A
-
UnmarshalSignPrivateKeyRaw 只能解析出 “不完整的 SignPrivateKey 实例”(其内部 SignMasterPublicKey 字段为 nil),必须通过 “单独处理” 补充主公钥,否则私钥无法用于签名 / 验证(会触发 nil 指针异常),那么,主公钥如何处理? |
Beta Was this translation helpful? Give feedback.
Answered by
emmansun
Aug 29, 2025
Replies: 1 comment 3 replies
-
应该是重构的时候,忘了提供 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v0.31.0