diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-13 13:03:29 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-13 13:03:29 +0000 |
commit | 725eafb3d384449f152a9feecf5d7953acda0ad6 (patch) | |
tree | bfbdfe39145396f907d76fad311b272672dcf697 /mpi.h | |
parent | activated sync (diff) |
more generic code in anytun.cpp
Diffstat (limited to 'mpi.h')
-rw-r--r-- | mpi.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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].<br> + * [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).<br> * 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 |