5 Commits

Author SHA1 Message Date
Jesse Posner
17c47e9708
frost: key tweaking
This commits add BIP-341 ("Taproot") and BIP-32 ("ordinary") public key
tweaking.
2024-07-16 22:13:19 -07:00
Jesse Posner
f606507120
frost: nonce generation
This commits adds nonce generation, as well as serialization and
parsing.
2024-07-16 22:13:19 -07:00
Jesse Posner
197fb7efb9
frost: share aggregation
This commit adds share aggregation and verification, as well as
computation of public verification shares.
2024-07-16 22:13:15 -07:00
Jesse Posner
2336b02fad
frost: share generation
This commit adds share generation, as well as share serialization and
parsing.
2024-07-16 22:01:45 -07:00
Jesse Posner
2f3fa4cace
frost: initialize project
This commit adds the foundational configuration and building scripts
and an initial structure for the project.
2024-07-16 22:01:40 -07:00