Skip to content

bbuhrow/tiny-ecm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A very fast elliptic curve method (ECM) for factorizing tiny integers (64 bits or less).

A sample build line:
gcc -O2 -march=native -g tinyecm.c -o tecm

The default build will first create a bunch of test files and then
it will factor them, creating benchmarking info.  If you already have
the files you can set 
int generate_test_files = 0;
in the main routine and rebuild.

About

A very fast elliptic curve factorization method for small inputs (<= 64 bits)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages