7 Commits

Author SHA1 Message Date
Jesse Posner
123ae6a62d
frost: signature generation and aggregation
This commit adds signature generation and aggregation, as well as
partial signature serialization and parsing.
2024-07-16 09:46:32 -07:00
Jesse Posner
4464586de1
frost: nonce aggregation and adaptor signatures
This commit adds nonce aggregation, as well as adaptor signatures.
2024-07-16 09:45:59 -07:00
Jesse Posner
92f48c64d5
frost: key tweaking
This commits add BIP-341 ("Taproot") and BIP-32 ("ordinary") public key
tweaking.
2024-07-16 09:45:58 -07:00
Jesse Posner
5e0019339c
frost: nonce generation
This commits adds nonce generation, as well as serialization and
parsing.
2024-07-16 09:45:54 -07:00
Jesse Posner
a6f41950e8
frost: share aggregation
This commit adds share aggregation and verification, as well as
computation of public verification shares.
2024-07-16 09:41:51 -07:00
Jesse Posner
6e2398d018
frost: share generation
This commit adds share generation, as well as share serialization and
parsing.
2024-07-16 09:41:46 -07:00
Jesse Posner
702dd38c6b
frost: initialize project
This commit adds the foundational configuration and building scripts
and an initial structure for the project.
2024-07-16 00:05:59 -07:00