Implementation of the RedDSA signature scheme and the FROST threshold signature scheme.
This is a fork of the original reddsa
crate from Zcash. The
fork was created by the Iron Fish project to support its own implementation of
RedDSA and FROST.
These are the differences between this crate and the upstream
reddsa
crate:
- This contains code from upstream that has not been published yet.