Huelse / HEAAN-Python

HEAAN lib binds for Python
MIT License
32 stars 7 forks source link

Can I use the multithreading provided by the NTL library? #6

Open Jiihwan-Kim opened 2 years ago

Jiihwan-Kim commented 2 years ago

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

Is this possible?

Huelse commented 2 years ago

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

Jiihwan-Kim commented 2 years ago

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

Huelse commented 2 years ago

here is an example in wrapper.cpp.