Open Vishalkulkarni45 opened 3 months ago
@Vishalkulkarni45
Can you make a few adjustments to the milestones?
The Total Estimated Duration is currently 7 weeks (7*40*0.5=140 hours), which is slightly shorter than the 150 hours required. Would you consider extending the duration to 8 weeks or more? This would provide a buffer. The working hours would remain the same, but the due date would be adjusted accordingly. Of course, you can still finish earlier as long as the milestone is completed.
Milestone duration adjustments:
For both milestones, please ensure "Total Estimated Duration" reflects the number of weeks and add a "Total Estimated Working Hours" section for the exact hours.
NOTE: The "Expected Start Date" and "Expected End Date" might be subject to changes since they could be finalized after the grant is confirmed.
Looks good to us! cc @NOOMA-42
General Grant Proposal
Project Overview :page_facing_up:
Overview
replicate circom-MP-SPDZ to support tfhe-rs
Project Details
Team members
Team members
Team's experience
Development Roadmap :nut_and_bolt:
Overview
Milestone 1 : Understanding tfhe-rs and Documentation
Deliverables and Specifications
1a. Documentation
Milestone 2 : Adaptation of circom-MP-SPDZ to circom-tfhe-rs
Deliverables and Specifications
2a. Functionality: Generate Circuits for tfhe-rs from Bristol Circuit
Modify circom-MP-SPDZ code to generate tfhe-rs circuit output from circom-2-arithc.
2b. Functionality: Generate Inputs for tfhe-rs from circom-MP-SPDZ Inputs
Modify circom-MP-SPDZ code to generate inputs for tfhe-rs from the inputs defined in circom-MP-SPDZ.
2c. Functionality: Run the Generated tfhe-rs Circuits and Inputs
Modify circom-MP-SPDZ code to run tfhe-rs and get parsed outputs.
Application
Component 2c runs tfhe-rs with the circuits generated by component 2a with the inputs generated from component 2b.
2d. Testing Guide
2e. Documentation