Resources - Hasher API
This program code has been released under the GNU
General Public License (GPL).
Robust message digest algorithm program code library. Written in ANSI-C
for maximum portability to all platforms, hasher is ready to use and easy
to program with. Some features of the API:
- Small footprint compile options for embedded devices1.
- High speed compile options for high throughput systems.
- Pseudo object oriented design for development environments lacking true C++ capabilities.
Online technical documentation:
Download Hasher API source code
Notes:
1: MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160 compile to 4608, 2280, 2712, 4804 and 2692 bytes respectively including required API functions on a Linux Intel x86 platform.
|