Forum: Miscellaneous Math
2008-12-21, 03:14
|
Replies: 174
Views: 17,976
|
Forum: Math
2008-03-18, 00:58
|
Replies: 67
Views: 10,154
|
Forum: Software
2008-03-02, 06:41
|
Replies: 15
Views: 2,164
As I recall, GMP uses malloc to allocate memory...
As I recall, GMP uses malloc to allocate memory for limbs above a certain operand size. The implementation of malloc that msvc uses versus gilbc's malloc implementation could make a huge difference...
|
Forum: Software
2008-03-01, 04:38
|
Replies: 6
Views: 667
|
Forum: Software
2008-03-01, 01:54
|
Replies: 6
Views: 667
|
Forum: jasong
2007-12-12, 01:28
|
Replies: 14
Views: 2,651
|
Forum: Linux
2007-11-21, 04:10
|
Replies: 10
Views: 1,662
|
Forum: Software
2007-11-17, 05:55
|
Replies: 3
Views: 4,305
|
Forum: Software
2007-11-17, 02:23
|
Replies: 3
Views: 4,305
|
Forum: Programming
2007-11-07, 01:27
|
Replies: 11
Views: 3,572
|
Forum: Information & Answers
2007-10-06, 01:28
|
Replies: 4
Views: 1,846
|
Forum: Math
2007-05-29, 21:30
|
Replies: 4
Views: 1,036
|
Forum: Math
2007-05-28, 18:04
|
Replies: 4
Views: 1,036
The starting point has order...
The starting point has order 680564733841876926932320129493409985129, and the order of the entire curve is 4*680564733841876926932320129493409985129, so I don't believe that should not be a problem.
|
Forum: Math
2007-05-28, 08:49
|
Replies: 4
Views: 1,036
Pseudo-random maps over an elliptic curve
Anyone have any idea how exactly pseudo-random the map F(P) = 2P behaves where P is a point on a Koblitz elliptic curve defined over GF(2^131)?
I'm currently implementing a core used for a...
|
Forum: Factoring
2007-05-27, 03:37
|
Replies: 16
Views: 2,785
|
Forum: Science & Technology
2007-02-18, 02:18
|
Replies: 7
Views: 1,482
|
Forum: Hardware
2007-02-17, 01:58
|
Replies: 24
Views: 4,439
|
Forum: Science & Technology
2007-02-17, 01:57
|
Replies: 7
Views: 1,482
|
Forum: Software
2007-01-30, 02:35
|
Replies: 1
Views: 881
|
Forum: Lounge
2007-01-15, 01:47
|
Replies: 63
Views: 3,824
|
Forum: Hardware
2006-11-29, 23:53
|
Replies: 6
Views: 2,265
|
Forum: Programming
2006-11-28, 11:19
|
Replies: 5
Views: 1,160
Its a Win32 API, so definitely not.
Using...
Its a Win32 API, so definitely not.
Using pthreads is really the best solution. You get automatic portability and its very efficient. You don't have to worry about busy-waiting because the...
|
Forum: Programming
2006-11-28, 03:38
|
Replies: 5
Views: 1,160
Instead of rolling your own synchronization...
Instead of rolling your own synchronization primitives, just use pthreads. Its available on both Win32 and Linux, and they have solved all this stuff already.
http://sourceware.org/pthreads-win32/
|
Forum: Software
2006-09-01, 00:27
|
Replies: 27
Views: 2,755
|
Forum: Science & Technology
2006-07-30, 00:26
|
Replies: 14
Views: 2,370
|