xuperchain / xuperchain

A highly flexible blockchain architecture with great transaction performance.

Home Page:https://xuper.baidu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

支持Schnorr、EDDSA签名算法

HawkJing opened this issue · comments

Brief of your idea
基于Crypto密码库,支持其它常见签名算法的混合使用,在SDK和链核心,除ECDSA外,额外支持Schnorr、EDDSA签名。

What could be better if XuperChain using your idea
在随机数发生器不安全的情况下,避免用户私钥的泄露

Are there any side effects?
因为需要自动判断签名类型,验签速度可能会减慢

Additional information
SDK默认使用ECDSA,但需要支持新的签名算法。
链核心支持自动判断签名类型,并动态切换验签算法。