summaryrefslogtreecommitdiffstats
path: root/mpi/mpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi.h')
-rw-r--r--mpi/mpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/mpi.h b/mpi/mpi.h
index c32b0d3a..51ffc00d 100644
--- a/mpi/mpi.h
+++ b/mpi/mpi.h
@@ -165,6 +165,8 @@ int mp_cmp_int(mp_int *a, long z);
int mp_isodd(mp_int *a);
int mp_iseven(mp_int *a);
+unsigned long mp_hash(mp_int *a);
+
/*------------------------------------------------------------------------*/
/* Number theoretic */