Integer type name change.
[silc.git] / lib / silcmath / silcmath.h
index 6970b6528f636d6767cf7d74cbec0b7effe6f0b0..b5f28791a2f64452343cf773adff3aa6e16501fe 100644 (file)
@@ -2,11 +2,9 @@
 
   silcmath.h
  
-  COPYRIGHT
+  Author: Pekka Riikonen <priikone@silcnet.org>
  
-  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
-  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
  *