From 5b32866c089fe78b5abb9b26418c976427da005a Mon Sep 17 00:00:00 2001 From: Maths <644311798@qq.com> Date: Thu, 7 Mar 2024 14:29:02 +0800 Subject: [PATCH] Update kos_ote.cc --- yacl/crypto/primitives/ot/kos_ote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yacl/crypto/primitives/ot/kos_ote.cc b/yacl/crypto/primitives/ot/kos_ote.cc index 65a1e45e..84465734 100644 --- a/yacl/crypto/primitives/ot/kos_ote.cc +++ b/yacl/crypto/primitives/ot/kos_ote.cc @@ -94,7 +94,7 @@ inline dynamic_bitset 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 choices_ext = choices; // 2nd part Extension