Mercurial > dropbear
comparison libtommath/mtest/mpi.c @ 398:59c7938af2bd
merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'
and '7f8670ac3bb975f40967f3979d09d2199b7e90c8'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 03 Feb 2007 08:20:30 +0000 |
parents | 5ff8218bcee9 |
children | 60fc6476e044 |
comparison
equal
deleted
inserted
replaced
396:e7c1a77d2921 | 398:59c7938af2bd |
---|---|
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 $ */ |