From 725eafb3d384449f152a9feecf5d7953acda0ad6 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 13 Dec 2007 13:03:29 +0000 Subject: more generic code in anytun.cpp --- mpi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mpi.h') diff --git a/mpi.h b/mpi.h index 2638e1d..3561742 100644 --- a/mpi.h +++ b/mpi.h @@ -38,7 +38,8 @@ /** - * This class is a wrapper for the libgcrypt multi precision integer library. + * This class is a wrapper for the libgcrypt multi precision integer library [1].
+ * [1] http://www.gnupg.org/documentation/manuals/gcrypt/MPI-library.html * */ @@ -68,7 +69,7 @@ public: /** * returns a new[] u_int8_t* buffer with the MPI value in the - * GCRYMPI_FMT_STD (2-complement stored without a length header). + * GCRYMPI_FMT_STD (2-complement stored without a length header).
* you have to delete it by hand with delete[]! * @param buf_len size of the new buffer that is returned * @return a byte buffer of size buf_len -- cgit v1.2.3