Skip to content

Commit

Permalink
fix: ciphersuite when creating a group
Browse files Browse the repository at this point in the history
  • Loading branch information
TWal committed Jun 25, 2024
1 parent 6e08d6a commit 7437b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstar/api/MLS.API.High.fst
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ let create_group_with_group_id #bytes #bl #entropy_t #entropy_tc #asp cred_pair
let*? tree_hash = return_prob (mk_mls_bytes tree_hash "create_group_with_group_id" "tree_hash") in
let group_context: group_context_nt bytes = {
version = PV_mls10;
cipher_suite = CS_mls_128_dhkemx25519_chacha20poly1305_sha256_ed25519;
cipher_suite = available_ciphersuite_to_network (ciphersuite #bytes);
group_id;
epoch;
tree_hash;
Expand Down

0 comments on commit 7437b6c

Please sign in to comment.