osu-crypto / libOTe

A fast, portable, and easy to use Oblivious Transfer Library
Other
437 stars 110 forks source link

ENABLE_NP_KYBER v.s. ENABLE_MR_KYBER #149

Open gconeice opened 5 days ago

gconeice commented 5 days ago

Hi,

There are bunch of places in the repo where the macro ENABLE_NP_KYBER is used rather than ENABLE_MR_KYBER. Is this a typo or some special purpose?

Thank you very much!

ladnir commented 5 days ago

Hmm, must be a typo.

gconeice commented 5 days ago

I see, thanks for the response! One ENABLE_NP_KYBER is in libOTe/Base/BaseOT.h. Additionally, this file should include MasnyRindalKyber.h.