Skip to content

Commit

Permalink
Update kos_ote.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
maths644311798 authored Mar 7, 2024
1 parent 3aed935 commit 5b32866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/crypto/primitives/ot/kos_ote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ inline dynamic_bitset<uint128_t> ExtendChoice(
// Extend choices to batch_num * kBlockNum bits
// 1st part (valid_ot_num bits): original ot choices
// 2nd part (verify_ot_num bits): rand bits used for checking
// 3rd party (the rest bits): padding 0;
// 3rd part (the rest bits): padding 0;
dynamic_bitset<uint128_t> choices_ext = choices;

// 2nd part Extension
Expand Down

0 comments on commit 5b32866

Please sign in to comment.