mpc-msri / EzPC

MIT License
399 stars 121 forks source link

[SCI][square] Assertion on multiplying secret with secret #93

Closed bhatuzdaname closed 2 years ago

bhatuzdaname commented 3 years ago

ElemWiseSecretSharedVectorMult is not implemented. Add support for it.

Reproduce error: pytest -rs . -k "test_uop[square-float32-a_shape0]" --backend="2PC_OT"

drunkenlegend commented 2 years ago

Hi @bhatuzdaname, is this still an open issue?

drunkenlegend commented 2 years ago

It has been implemented now.