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
- Host: GitHub
- URL: https://github.com/doumanash/lhash
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2021-02-04T11:37:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T14:41:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T09:45:39.051Z (7 months ago)
- Topics: hash, md5, sha1, sha256, sha512
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lhash (loli hash)

[](https://crates.io/crates/lhash)
[](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