encryptogroup / OTExtension

C++ OT extension implementation
GNU Lesser General Public License v3.0
125 stars 35 forks source link

Performing 1-oo-16384 OT #25

Open AditAg opened 6 years ago

AditAg commented 6 years ago

I want to use 1-oo-16384 OT for my project. I tried performing it using KKOT, but the assertion m_nSndVals <= m_nBaseOTs fails. Can I perform it using this library and if so, how can it be done?

lixiao-fdd commented 3 years ago

Have you solved the problem?How is it solved?