Recently, I am learning the Oblivious Transfer (OT) Protocol. I have some questions about the OT extension. In ALSZ13, we know that $m\times OT_l$ can be reduced to $\kappa\times OT_\kappa$, where $\kappa$ is a security parameter, $l$ is secret's bit length. So my question is:
- How can I implement $\kappa\times OT_\kappa$? Is it run $OT_\kappa^1$ protocol $\kappa$ times? If yes, is $OT_\kappa^1$ same to NP01 Protocol 3.1 says that $OT_1^N$?