Commit Graph

10 Commits

Author SHA1 Message Date
Conrado Gouvea 4503c10790
convert redpallas keys into even-Y format (#280)
* convert redpallas keys into even-Y format

* clarify docs
2024-08-13 11:35:22 -03:00
Conrado Gouvea ab6924ac5f dkg: use generics 2024-07-01 14:29:14 +01:00
Conrado Gouvea 824a133642
update reddsa and remove manual into_positive_y() invocations (#104) 2024-01-05 16:40:32 +00:00
Conrado Gouvea 0a9e830fa0
Add initial implementation of socket communications to the demo (phase 1) - Coordinator (#89)
* move commitments to step_1
* halfway through making things async; need to fix handling input/output
* async step_1
* async step_3
* started SocketComms
* SocketComms compiling
* Finished SocketComms; untested
* fixed existing tests
* update frost-rerandomized; skip tests if redpallas enabled
* ci: use nightly, and overall cleanup
* point frost to 1.0.0-rc.0
2023-11-21 14:56:29 +00:00
Conrado Gouvea 577f5421a1 add support for redpallas 2023-07-21 22:39:05 -03:00
natalie d0cb462907
Upgrade frost-ed25519 to v0.6.0 (#49)
* Upgrade to frost-ed25519 v0.6.0 (#39)

* Fix conflict resolution errors (#39)
2023-07-12 14:55:26 -03:00
Conrado Gouvea 8311efe9ff fix identifier reading; address review comments 2023-06-27 11:49:38 -03:00
Conrado Gouvea 0070088950 return errors instead of unwraping, remove unneeded files 2023-06-26 16:22:45 -03:00
Conrado Gouvea 02910565bf clean up reading, writing and error handling 2023-06-23 18:55:10 -03:00
Conrado Gouvea d9e7df2365 working; needs cleaning up 2023-06-23 17:32:06 -03:00