0
PQC: ML‐DSA
Sun Yimin edited this page 2025-05-30 15:09:58 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

全称Module-Lattice-Based Digital Signature Standard。基于CRYSTALS-Dilithium它是由IBM等机构开发的一种基于模块格Module Lattice的数字签名算法属于后量子密码学PQC的一部分。

实现现状

  • BoringSSL,谷歌项目。
  • PQClean,一个专注于后量子密码学的开源项目,支持多种后量子算法。
  • OpenSSL
  • Go, 计划在1.262026版本中实现主要是因为没有坚实的用例譬如如何与X509等集成。
  • Cloudflare Circl Go语言实现。
  • 本项目,实现了但还没找到用例。

参考