slahasher 0.2.2

Hashing functions
Documentation

slahasher

A Rust library providing hashing functions.

Features

  • SHA-256
  • Keccak-256
  • Keccak-384
  • RIPEMD-160
  • Base encoding support via base_xx

Installation

Add this to your Cargo.toml:

[dependencies]
slahasher = "0.2.2"

Usage

Documentation is available at 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