# Hash
## Install
`npm i --save @darkwolf/hash`
## Using
#### ⚠️ Requires Node.js v12.x LTS or higher to use!
```javascript
import Hash from '@darkwolf/hash'

Hash.createUid('Ave, Darkwolf!') // uo87mG8LvsMxjWfDvvgE
Hash.createHash('Ave, Darkwolf!') // wdMJC28wvtoWBBS56Vrmuo87mG8LvsMxjWfDvvgEsPsTCttxV7BDZxFbrQPzqkm9
Hash.createUid() // Random uid: Jz9gjS2mrWgpASEouBen
Hash.createHash() // Random hash: Pq2YXE9U9RyaUgBrcM5AUCs3qm2pkKs6HSATybPnmQrnrLxCdgeo9cvg2W4MwA5o
```
## [API Documentation](https://github.com/Darkwolf/hash/blob/master/docs/API.md)
## Donate
#### You can contribute to the development of open source projects by making your donation 🐺
#### Bitcoin (BTC): `15sjjAUtJdB1ncsxKK7KtyJPtF46UhXWo4`
#### Ethereum (ETH): `0xF02F68eb33E9eC73b8E9c3c0953E6782E2376867`
#### Bitcoin Cash (BCH): `qq6h3a78h3wlt04eyp9ydht94r6guzjdps9hqwgfzw`
## Contact Me
#### GitHub: [@PavelWolfDark](https://github.com/PavelWolfDark)
#### Telegram: [@PavelWolfDark](https://t.me/PavelWolfDark)
#### Email: [PavelWolfDark@gmail.com](mailto:PavelWolfDark@gmail.com)
