Skip to content

Commit 664dca1

Browse files
ECM montgomery and edwards, torsion 8 and 16
1 parent 58a01de commit 664dca1

File tree

4 files changed

+156
-233
lines changed

4 files changed

+156
-233
lines changed

include/core/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <string>
55

66
namespace core {
7-
const std::string PRMERS_VERSION = "4.15.08-alpha";
7+
const std::string PRMERS_VERSION = "4.15.09-alpha";
88
} // namespace core
99

1010
#endif // VERSION_HPP

include/io/CliParser.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ struct CliOptions {
8080
std::string http_host = "localhost";
8181
bool ipv4 = true;
8282
uint64_t max_e_bits = 268'435'456ULL;
83+
uint64_t curves_tested_for_found = 0;
8384

8485
};
8586

0 commit comments

Comments
 (0)