Skip to content

Commit

Permalink
remove useless asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Oct 14, 2024
1 parent e83b8f5 commit eba7f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/nsl_pk/DY.Example.NSL.Protocol.Total.Proof.fst
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ val compute_message2_proof:
)
let compute_message2_proof tr bob msg1 pk_a n_b nonce =
let msg = Msg2 {n_a = msg1.n_a; n_b; bob;} in
assert(join (nsl_nonce_label msg1.alice) (nsl_nonce_label bob) `can_flow tr` (nsl_nonce_label msg1.alice));
assert(join (nsl_nonce_label msg1.alice) (nsl_nonce_label bob) `can_flow tr` (nsl_nonce_label bob));
serialize_wf_lemma message (is_knowable_by (nsl_nonce_label msg1.alice) tr) msg;
serialize_wf_lemma message (is_knowable_by (nsl_nonce_label bob) tr) msg

Expand Down

0 comments on commit eba7f26

Please sign in to comment.