HEAAN-Python icon indicating copy to clipboard operation
HEAAN-Python copied to clipboard

Can I use the multithreading provided by the NTL library?

Open Jiihwan-Kim opened this issue 3 years ago • 3 comments

I want to use multithreading in HEAAN-Python like https://github.com/snucrypto/HEAAN/issues/11#issuecomment-435770389 .

Is this possible?

Jiihwan-Kim avatar Nov 02 '21 07:11 Jiihwan-Kim

of course you could, wrapper a lambda function and export it.

Huelse avatar Nov 02 '21 07:11 Huelse

Sorry, I'm not familiar with the term "rapper", "lambda". Can you give me more details? Thank you for your helps.

Jiihwan-Kim avatar Nov 02 '21 08:11 Jiihwan-Kim

here is an example in wrapper.cpp.

Huelse avatar Nov 02 '21 08:11 Huelse