comparison libtommath/mtest/mpi.c @ 511:582cb38e4eb5 insecure-nocrypto

propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Nov 2008 13:16:55 +0000
parents 5ff8218bcee9
children 60fc6476e044
comparison
equal deleted inserted replaced
361:461c4b1fb35f 511:582cb38e4eb5
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 $ */