Link to FROST security audit from module doc (#73)
This commit is contained in:
parent
2f3f5068aa
commit
84d0fb60e2
|
@ -12,9 +12,10 @@
|
|||
//! An implementation of FROST (Flexible Round-Optimized Schnorr Threshold)
|
||||
//! signatures.
|
||||
//!
|
||||
//! > **WARNING**: This implementation is unstable and subject to
|
||||
//! > revision. It is not covered by the crate's semver guarantees and should not
|
||||
//! > be deployed without consultation from the FROST authors!
|
||||
//! This implementation has been [independently
|
||||
//! audited](https://github.com/ZcashFoundation/redjubjub/blob/main/zcash-frost-audit-report-20210323.pdf)
|
||||
//! as of commit 76ba4ef / March 2021. If you are interested in deploying
|
||||
//! FROST, please do not hesitate to consult the FROST authors.
|
||||
//!
|
||||
//! This implementation currently only supports key generation using a central
|
||||
//! dealer. In the future, we will add support for key generation via a DKG,
|
||||
|
|
Loading…
Reference in New Issue