tulipper
Results
2
issues of
tulipper
It seems there is not a set_num_thread() function in c++ as in python. What should I do to enable multi-thread in the search process? Should I explicitly set some parameter...
In the file "ipe.py", the decrypt algorithm calls ```solve_dlog_bsgs``` to find the descrete logorithm: > Line134: return solve_dlog_bsgs(t2, t1, max_innerprod+1) This function implements the "baby-step, giant-step" algorithm. Its complexity should...