IBM / fhe-toolkit-macos

IBM Homomorphic Encryption Toolkit For MacOS
MIT License
360 stars 53 forks source link

Default NTL Threads should be 1 (#44) #45

Closed faberga closed 4 years ago

faberga commented 4 years ago

Probably a typo on CapitalDetailViewController.mm line 61

// Size of NTL thread pool (default =1)
unsigned long nthreads = 63;

Corrected to

// Size of NTL thread pool (default =1)
unsigned long nthreads = 1;