mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-12 03:56:17 +08:00
Updated PQC: SLH_DSA (markdown)
parent
da7bff6f2e
commit
4763edfa18
@ -1,5 +1,10 @@
|
||||
全称:Stateless Hash-Based Digital Signature Standard。基于Sphincs+算法。
|
||||
|
||||
## 算法特点
|
||||
* 无状态:SLH-DSA(Sphincs+)是一种无状态的签名算法,意味着签名过程不需要维护任何状态信息,适合资源受限的环境。
|
||||
* 基于哈希函数:算法通过哈希函数构建签名,不依赖于传统数学难题(如大数分解或椭圆曲线离散对数问题)。
|
||||
* 签名大小:Sphincs+生成的签名较大,但公钥和私钥相对较小,适合某些特定场景。
|
||||
|
||||
## 实现现状
|
||||
- [BoringSSL](https://github.com/google/boringssl/tree/main/crypto/slhdsa)
|
||||
- [OpenSSL](https://github.com/openssl/openssl/blob/master/doc/designs/slh-dsa.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user