Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmi2383 authored Nov 7, 2023
1 parent ef79964 commit b0470f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Moreover, the security level constraints limit the number of possible parameter

Organization of the Repo:
1) params.py - Add/Modify all the architectural and scheme-related parameters in this file.
2) perf_counter.py - Accounts for the operation count and data transfers from main memory.
3) experiment.py - Run this script to execute the various benchmarks. It imports params.py and perf_counter.py script files.
2) perf_counter.py and profiler.py - These two scripts together account for the operation count and data transfers from main memory.
3) experiment.py - Run this script to execute the various benchmarks. It imports params, perf_counter, and profiler.
4) evaluator.py - Defines all primitive operations in the CKKS FHE scheme.
5) poly.py - Defines all polynomial level operations such as poly add, mult, NTT, iNTT, and automorph.

You will need Python3 or up to run various scripts in this repo.

0 comments on commit b0470f1

Please sign in to comment.