Metadata-Version: 2.1
Name: ezhashlib
Version: 1.0
Summary: Convenience wrapper around the hashlib library
Home-page: https://github.com/joshm12345/ezhashlib
Author: Josh Morrow
Author-email: joshmorrow12@icloud.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown



# Convenience wrapper around the hashlib library.


## Requirements:
**_hashlib_**



## Usage:



**import _ezhashlib_ as _ehl_**



## Hash functions available

ehl.sha3_224()

ehl.sha224()

ehl.shake_256()

ehl.sha512()

ehl.sha384()

ehl.sha3_384()

ehl.sha1()

ehl.sha3_512()

ehl.sha256()

ehl.blake2b()

ehl.blake2s()

ehl.md5()

ehl.sha3_256()


