Expand description
Threshold FROST over ML-DSA-65 — research prototype.
Lattice-based threshold signature. Based on FIPS 204 (ML-DSA-65). Threshold variants require MPC over the lattice signing operations; academic work ongoing (Boneh et al. 2024).
See TODO.roadmap/35-pq-composite-signatures.md for full spec.
Structs§
- Share
- Share of the threshold signing key.
- Threshold
Public Key - Threshold FROST-ML-DSA-65 public key.
Enums§
- Frost
MlDsa Error - Errors during FROST-ML-DSA operations.
Constants§
- ALGORITHM
- Algorithm identifier.
- PUBLIC_
KEY_ SIZE - ML-DSA-65 public key size (FIPS 204).
- SIGNATURE_
SIZE - ML-DSA-65 signature size.
Functions§
- validate_
public_ key - Validate that a public key has the correct length for ML-DSA-65.