Index of /code/c/lib

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] Makefile 24-Nov-2009 18:14 2.5K [TXT] README.html 23-Nov-2009 09:24 1.3K [TXT] agpl-3.0.txt 22-Nov-2009 20:15 34K [TXT] y_clib.c 27-Nov-2009 23:43 31K [TXT] y_clib.h 27-Nov-2009 23:43 7.3K
Yellowbank C Utility Library

Yellowbank C Utility Library

A collection of various C utility functions. Edit Makefile to ensure this library is installed where you'd like it. To use, include y_clib.h, and link with -ly_clib.

At the moment, the library primarily provides functions used by y_crypto, a collection of PostgreSQL extension functions. I've split most of what y_crypto does into this separate library, because this functionality has utility outside of PostgreSQL. This work is ongoing. For example, I intend to move the RSA cryptography functions into this library, so that I can use the same code to generate key pairs outside of the database.

Requires GNU GMP arbitrary precision arithmetic library, and Mhash hash algorithm library.

Last modified: 2009-11-22_20:20:59_EST