Skip to content

Commit

Permalink
emit comment in modexp_printer
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhou7 committed Feb 9, 2022
1 parent 2720bfe commit 4cc70bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/otbn/modexp_printer.s.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import opened otbn_printer
method Main()
{
var p := new Printer({"modexp_var_3072_f4", "montmul"});
var comment := "/*\n This code is generated by the veri-titan project: https://github.com/secure-foundations/veri-titan\n*/\n";
print(comment);

reveal va_code_modexp_var_3072_f4();
var c := va_code_modexp_var_3072_f4();
Expand Down

0 comments on commit 4cc70bc

Please sign in to comment.