Skip to content

Commit be9b7ab

Browse files
committed
軽度な不具合を修正
1 parent fba60a0 commit be9b7ab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libfact.so

-200 Bytes
Binary file not shown.

src/lat_fact.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ extern "C" ll *lattice_factorization(const int bit_flag, const char* NN, const i
524524
std::vector<std::vector<double>> mu;
525525
std::vector<std::vector<ll>> L, close_vecs;
526526
NTL::mat_ZZ LL;
527-
std::cout << NN << std::endl;
527+
528528
if(bit_flag) GenSemiPrime(N);
529529
//if(argc >= 4){n = atoi(argv[3]); if(argc >= 5) c = atof(argv[4]); }else
530530
n = 2.2 * NTL::NumBits(N) / log(NTL::NumBits(N)) - 8;

0 commit comments

Comments
 (0)