# slahasher
A Rust library providing hashing functions, with a focus on SHA-256 implementation.
## Features
- SHA-256 hashing implementation
- Integration with slogger for logging
- Base encoding support via base_xx
- Chronological timestamping capabilities
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
slahasher = "0.1.1"
```
## Usage
Documentation is available at [docs.rs/slahasher](https://docs.rs/slahasher)
## License
This project is licensed under the MIT License.
## Contributing
Issues and pull requests are welcome on GitHub at https://github.com/beamvex/slahasher
## Authors
- Robert Forster (robert.forster@beamvex.com)