⚠️ Disclaimer: This is an independent project created for personal learning. It has not been audited and is not ready for production use. For production applications, please use the audited Rust implementation by the Zcash Foundation.
FROST(secp256k1, SHA-256) Taproot - A BIP-340 compatible Schnorr signature scheme over the secp256k1 curve that supports FROST threshold signatures. This package is a re-export of the ciphersuite-generic @frosts/core package, parametrized with the secp256k1 curve and modified for Bitcoin Taproot compatibility.
For more information, visit the repository at: https://github.com/leonardocustodio/frosts
MIT