diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 22:37:14 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 22:37:14 +0800 |
commit | 364fb6019c1931de3d181f21ea491ec112161577 (patch) | |
tree | 1776e0451167b1b492db0e5bd30f5d0178e54afa /libtommath/mtest/mpi.h | |
parent | a79b61517bc7123250d0e2dc21dc18deccf0bb64 (diff) |
Update to libtommath v1.0
Diffstat (limited to 'libtommath/mtest/mpi.h')
-rw-r--r-- | libtommath/mtest/mpi.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtommath/mtest/mpi.h b/libtommath/mtest/mpi.h index 66ae873..5accb52 100644 --- a/libtommath/mtest/mpi.h +++ b/libtommath/mtest/mpi.h @@ -6,7 +6,7 @@ Arbitrary precision integer arithmetic library - $Id: mpi.h,v 1.2 2005/05/05 14:38:47 tom Exp $ + $Id$ */ #ifndef _H_MPI_ @@ -210,7 +210,7 @@ int mp_count_bits(mp_int *mp); mp_err mp_read_radix(mp_int *mp, unsigned char *str, int radix); int mp_radix_size(mp_int *mp, int radix); int mp_value_radix_size(int num, int qty, int radix); -mp_err mp_toradix(mp_int *mp, unsigned char *str, int radix); +mp_err mp_toradix(mp_int *mp, char *str, int radix); int mp_char2value(char ch, int r); @@ -226,6 +226,6 @@ const char *mp_strerror(mp_err ec); #endif /* end _H_MPI_ */ -/* $Source: /cvs/libtom/libtommath/mtest/mpi.h,v $ */ -/* $Revision: 1.2 $ */ -/* $Date: 2005/05/05 14:38:47 $ */ +/* $Source$ */ +/* $Revision$ */ +/* $Date$ */ |