X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcmath%2Fsilcmath.h;h=b5f28791a2f64452343cf773adff3aa6e16501fe;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=6970b6528f636d6767cf7d74cbec0b7effe6f0b0;hpb=4b4ddbb063b81dce8ed9a95f75922308f910d662;p=silc.git diff --git a/lib/silcmath/silcmath.h b/lib/silcmath/silcmath.h index 6970b652..b5f28791 100644 --- a/lib/silcmath/silcmath.h +++ b/lib/silcmath/silcmath.h @@ -2,11 +2,9 @@ silcmath.h - COPYRIGHT + Author: Pekka Riikonen - Author: Pekka Riikonen - - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2001 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +18,7 @@ */ -/****h* silcmath/silcmath.h +/****h* silcmath/SilcMathAPI * * DESCRIPTION * @@ -37,7 +35,7 @@ * * SYNOPSIS * - * int silc_math_gen_prime(SilcMPInt *prime, uint32 bits, bool verbose); + * int silc_math_gen_prime(SilcMPInt *prime, SilcUInt32 bits, bool verbose); * * DESCRIPTION * @@ -50,7 +48,7 @@ * about the progress of generation. * ***/ -bool silc_math_gen_prime(SilcMPInt *prime, uint32 bits, bool verbose); +bool silc_math_gen_prime(SilcMPInt *prime, SilcUInt32 bits, bool verbose); /****f* silcmath/SilcMathAPI/silc_math_prime_test *