Skip to content

Commit

Permalink
chore: update F* & fix regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Feb 13, 2024
1 parent 6d5d638 commit a590c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions fstar/test/MLS.Test.FromExt.TreeOperations.fst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ let test_tree_operations_one t =
let bl = bytes_like_bytes in
let tree_before = extract_option "tree_before" (((ps_prefix_to_ps_whole (ps_ratchet_tree_nt tkt))).parse (hex_string_to_bytes t.tree_before)) in
let (|l, treesync_before|) = extract_result (ratchet_tree_to_treesync tree_before) in
assert((pow2 l) `divides` 0);
let proposal = extract_option "proposal" (((ps_prefix_to_ps_whole (ps_proposal_nt))).parse (hex_string_to_bytes t.proposal)) in
let proposal_sender = FStar.UInt32.v t.proposal_sender in
let (|_, treesync_after|): l:nat & treesync bytes tkt l 0 =
Expand Down

0 comments on commit a590c14

Please sign in to comment.