Mercurial > dropbear
comparison mtest/mpi.h @ 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.h,v 1.15 2001/09/17 14:16:22 sting Exp $ | 9 $Id: mpi.h,v 1.2 2005/05/05 14:38:47 tom Exp $ |
10 */ | 10 */ |
11 | 11 |
12 #ifndef _H_MPI_ | 12 #ifndef _H_MPI_ |
13 #define _H_MPI_ | 13 #define _H_MPI_ |
14 | 14 |
223 /* Error strings */ | 223 /* Error strings */ |
224 | 224 |
225 const char *mp_strerror(mp_err ec); | 225 const char *mp_strerror(mp_err ec); |
226 | 226 |
227 #endif /* end _H_MPI_ */ | 227 #endif /* end _H_MPI_ */ |
228 | |
229 /* $Source: /cvs/libtom/libtommath/mtest/mpi.h,v $ */ | |
230 /* $Revision: 1.2 $ */ | |
231 /* $Date: 2005/05/05 14:38:47 $ */ |