Categories
Nettle
Nettle is a cryptographic library designed to fit any context: in crypto toolkits for object-oriented languages, in applications like LSH or GNUPG, or even in kernel space. Users need to keep track of available algorithms and their properties and variants. The algorithm selection process is dictated by the protocol you want to implement. Also, requirements of applications differ, so an API that fits one application well may be useless for another (which is why so many different cryptographic libraries exist).
Nettle avoids this problem by doing one thing, the low-level crypto stuff, and providing a simple but general interface to it. In particular, it doesn't do algorithm selection, memory allocation, or any I/O. However, users can build application- and context-specific interfaces on top of Nettle and share code, testcases, benchmarks, documentation, etc.
Last updated 26 Oct, 2004
Versions
1.11
1.11 stable released 2004-10-26
- Released: 26 Oct, 2004
- Code Maturity: Stable
- Source Archive: http://www.lysator.liu.se/~nisse/archive/nettle...
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User manual included and available in HTML format from http://www.lysator.liu.se/~nisse/nettle/nettle.html



