| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Makefile | 24-Nov-2009 18:14 | 2.5K | ||
| README.html | 23-Nov-2009 09:24 | 1.3K | ||
| agpl-3.0.txt | 22-Nov-2009 20:15 | 34K | ||
| y_clib.c | 27-Nov-2009 23:43 | 31K | ||
| y_clib.h | 27-Nov-2009 23:43 | 7.3K | ||
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