emp-toolkit / emp-sh2pc

Semi-honest Two Party Computation Based on Garbled Circuits.
Other
76 stars 38 forks source link

Is it have any document about EMP-toolkit? #27

Closed WeiViming closed 3 years ago

WeiViming commented 3 years ago

Hello, Xiaowang! I want to use this package for my work, Is it have any document about EMP-toolkit? By the way, can you tell me how to get LSB from a block? Thanks!

weikengchen commented 3 years ago

Regarding the first question, I think you may need to learn by examples (there is no document at this moment).

Regarding the second question, see this function: https://github.com/emp-toolkit/emp-tool/blob/master/emp-tool/utils/block.h#L31

WeiViming commented 3 years ago

Thank you for your help :)