Forum: Factoring
2010-02-11, 02:58
|
Replies: 81
Views: 14,398
I haven't disappeared. I'm having trouble with...
I haven't disappeared. I'm having trouble with getting GMP to build for Windows.
I'm thinking I might just do the conversions blind (without building/testing) and pass them back to for someone to...
|
Forum: Factoring
2010-01-23, 05:22
|
Replies: 81
Views: 14,398
|
Forum: Factoring
2010-01-20, 10:46
|
Replies: 81
Views: 14,398
The calling conventions are quite different,...
The calling conventions are quite different, however most of the time it is pretty trivial to convert between the two conventions. I have found the interesting differences in the conventions don't...
|
Forum: GMP-ECM
2006-03-21, 11:57
|
Replies: 2
Views: 1,193
|
Forum: Programming
2005-12-12, 01:39
|
Replies: 9
Views: 1,340
|
Forum: Hardware
2005-08-21, 12:01
|
Replies: 4
Views: 1,464
|
Forum: Programming
2005-08-21, 09:07
|
Replies: 2
Views: 1,195
|
Forum: Programming
2005-08-18, 11:25
|
Replies: 63
Views: 9,372
Here is a recursive version of LSB algorithm. I...
Here is a recursive version of LSB algorithm. I have tested it using a simple wrapper. It does not handle the input of 0 well (I consider this undefined). This may be better or worse than what you...
|
Forum: GMP-ECM
2005-08-15, 07:57
|
Replies: 15
Views: 2,332
|
Forum: GMP-ECM
2005-08-15, 07:55
|
Replies: 2
Views: 1,627
|
Forum: GMP-ECM
2005-08-14, 22:24
|
Replies: 15
Views: 2,332
But you did get a result: 1 curve at B1=11e7...
But you did get a result: 1 curve at B1=11e7 found no factors.
To run multiple curves youneed to tell it to do so. I think the parameter is -c # where # is the number of curves to run.
I also...
|
Forum: NFSNET Discussion
2005-07-14, 00:25
|
Replies: 13
Views: 3,795
gribozavr it is good that you found a bug and...
gribozavr it is good that you found a bug and fixed it. I did however intentionally avoid string functions. I wanted to minimise library use to make it as portable as possible (I know the string...
|
Forum: NFSNET Discussion
2005-07-11, 13:30
|
Replies: 13
Views: 3,795
How about the following ANSI C code for...
How about the following ANSI C code for comparisons. Sorry about the lack of comments, it should be fairly obvious what I have done. I have tested it a bit but programs can always use more. Especialy...
|
Forum: Programming
2005-07-09, 10:03
|
Replies: 2
Views: 3,410
|
Forum: Factoring
2005-06-11, 06:12
|
Replies: 58
Views: 5,960
Probably the best source of randomness for...
Probably the best source of randomness for windows is from the CryptGenRandom function. It is supposed to be used for random seeds, IVs, chanlenges, etc in cryptographic circumstances.
|