Menu

hashlib++ / News: Recent posts

hashlib++ VERSION 0.3.1

Version 0.3.1 is ready.
This is basically a bugfix-release.

* Added hl_types.h which defines basic typdefs to avoid compile-errors on some systems.

* Added DEBUG flag to the Unix-Makefile

* Added hashlibpp.h which is just an include-wrapper.

Posted by Benny 2008-02-17

hashlib++ VERSION 0.3

Here is hashlib++ release 0.3.
Changelog for the new version:

* SHA384 and SHA512 support has been added to hashlib++.

* Throwing exceptions allow better error-handling.

* Bug fixes.

Posted by Benny 2008-01-11

hashlib++ VERSION 0.2

The second release has been published: hashlib++ VERSION 0.2 is available. Improvements for the new version:

* ! SHA256 support has been added to hashlib++ !

* Added a Linux/FreeBSD makefile and a "Setup.exe" for Windows to build/install hashlib++ as a static library.

* All files have been renamed using the prefix "hl_" to prevent name collisions.

* Replaced sprintf by using an ostringstream to format the hash to a hex string.

Posted by Benny 2007-10-17

hashlib++ VERSION 0.1

hashlib++ VERSION 0.1 has been released. It supports easy MD5 and SHA1 hash creation and works on 32- and 64-Bit platforms.

Posted by Benny 2007-09-22