Skip to content

Commit

Permalink
fixing typo in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitsirks committed Jan 8, 2025
1 parent 334c0f2 commit c88d103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mldsa_top/rtl/mldsa_ctrl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,10 @@ always_comb mldsa_privkey_lock = '0;


always_ff @(posedge clk or negedge rst_b) begin
if (!rst_b) begub
if (!rst_b) begin
api_sig_z_re_f <= '0;
api_sig_z_addr_f <= '0;
ebd else if (zeroize) begin
end else if (zeroize) begin
api_sig_z_re_f <= '0;
api_sig_z_addr_f <= '0;
end else begin
Expand Down

0 comments on commit c88d103

Please sign in to comment.