tomcrypt-sys 0.1.0

Raw bindings to libtomcrypt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* TomsFastMath, a fast ISO C bignum library.
 * 
 * This project is meant to fill in where LibTomMath
 * falls short.  That is speed ;-)
 *
 * This project is public domain and free for all purposes.
 * 
 * Tom St Denis, tomstdenis@gmail.com
 */
#include <tfm_private.h>

/* chars used in radix conversions */
const char *fp_s_rmap = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/";

/* $Source$ */
/* $Revision$ */
/* $Date$ */