Skip to content

Commit

Permalink
add renaming of other function in dilithium
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jun 25, 2024
1 parent 47b8d6f commit 0aea5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,9 @@ def core(self, slothy):
slothy.config.constraints.functional_only = False
slothy.config.outputs = ["r0", "r10"]
slothy.config.inputs_are_outputs = True
slothy.config.constraints.stalls_first_attempt = 7
slothy.config.constraints.stalls_first_attempt = 3
slothy.optimize(start="layer123_start", end="layer123_end")
slothy.rename_function("pqcrystals_dilithium_invntt_tomont", "pqcrystals_dilithium_invntt_tomont2")
#############################################################################################


Expand Down

0 comments on commit 0aea5db

Please sign in to comment.