Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| hashwrapper | This class represents the baseclass for all subwrappers |
| HL_MD5_CTX | This struct represents a MD5-hash context |
| HL_SHA1_CTX | This struct represents a SHA1-hash context |
| HL_SHA256_CTX | This struct represents a SHA256-hash context |
| HL_SHA512_CTX | This struct represents a SHA512-hash context |
| hlException | This class represents a exception within the hashlib++ project |
| MD5 | This class represents the implementation of the md5 message digest algorithm |
| md5wrapper | This class represents the MD5 wrapper-class |
| SHA1 | This class represents the implementation of the sha1 algorithm |
| sha1wrapper | This class represents the SHA1 wrapper-class |
| SHA256 | This class represents the implementation of the sha256 algorithm |
| sha256wrapper | This class represents the SHA256 wrapper-class |
| SHA2ext | This class represents the implementation of the SHA384 and SHA512 algorithm |
| sha384wrapper | This class represents the SHA384 wrapper-class |
| sha512wrapper | This class represents the SHA512 wrapper-class |
| wrapperfactory | This class represents a simple factory for creating wrappers |