Mercurial > dropbear
comparison mtest/mpi.c @ 386:97db060d0ef5 libtommath-orig libtommath-0.40
Update to LibTomMath 0.40
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:11:15 +0000 |
parents | 91fbc376f010 |
children |
comparison
equal
deleted
inserted
replaced
282:91fbc376f010 | 386:97db060d0ef5 |
---|---|
4 by Michael J. Fromberger <[email protected]> | 4 by Michael J. Fromberger <[email protected]> |
5 Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved | 5 Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved |
6 | 6 |
7 Arbitrary precision integer arithmetic library | 7 Arbitrary precision integer arithmetic library |
8 | 8 |
9 $Id: mpi.c,v 1.22 2001/09/14 15:11:20 sting Exp sting $ | 9 $Id: mpi.c,v 1.2 2005/05/05 14:38:47 tom Exp $ |
10 */ | 10 */ |
11 | 11 |
12 #include "mpi.h" | 12 #include "mpi.h" |
13 #include <stdlib.h> | 13 #include <stdlib.h> |
14 #include <string.h> | 14 #include <string.h> |
3977 /* }}} */ | 3977 /* }}} */ |
3978 | 3978 |
3979 /*------------------------------------------------------------------------*/ | 3979 /*------------------------------------------------------------------------*/ |
3980 /* HERE THERE BE DRAGONS */ | 3980 /* HERE THERE BE DRAGONS */ |
3981 /* crc==4242132123, version==2, Sat Feb 02 06:43:52 2002 */ | 3981 /* crc==4242132123, version==2, Sat Feb 02 06:43:52 2002 */ |
3982 | |
3983 /* $Source: /cvs/libtom/libtommath/mtest/mpi.c,v $ */ | |
3984 /* $Revision: 1.2 $ */ | |
3985 /* $Date: 2005/05/05 14:38:47 $ */ |