An open API service indexing awesome lists of open source software.

https://github.com/doumanash/lhash

Minimal `no_std` hashing library
https://github.com/doumanash/lhash

hash md5 sha1 sha256 sha512

Last synced: 7 months ago
JSON representation

Minimal `no_std` hashing library

Awesome Lists containing this project

README

          

# lhash (loli hash)

![Rust](https://github.com/DoumanAsh/lhash/workflows/Rust/badge.svg?branch=master)
[![Crates.io](https://img.shields.io/crates/v/lhash.svg)](https://crates.io/crates/lhash)
[![Documentation](https://docs.rs/lhash/badge.svg)](https://docs.rs/crate/lhash/)

Minimal `no_std` hashing library

## Provided Algorithms

These are also names of features to be used to include algorithm code.

- `sha1`
- `md5`
- `sha256`
- `sha512`

It also includes generic hmac implementation