view C++/doc/Hash/Home.md @ 443:9c85d9158990

Socket: constructor can now take an address for genericity with Ipv4 and Ipv6
author David Demelier <markand@malikania.fr>
date Fri, 23 Oct 2015 10:00:47 +0200
parents 6f0598efad07
children
line wrap: on
line source

# Hash

This class provides functions for hashing strings using MD5, SHA1, SHA256 and SHA512. These functions are written upon OpenSSL, you need the library to use this class.

## Requirements

- [OpenSSL](http://www.openssl.org)

## API Reference

### Classes

- [Hash](class/Hash.md)