SpongeHash-AES256

A sponge-based secure hash function that uses AES-256 as its internal PRF.
This hash function has a variable output size.
Installation
In order to use this crate, add it under [dependencies] to your Cargo.toml:
[dependencies]
sponge-hash-aes256 = "1.7.0"
Usage
Here is a simple example that demonstrates how to use SpongeHash256:
use encode_to_slice;
use ;
Command-line application
Download the sponge256sum application here:
https://github.com/lordmulder/sponge-hash-aes256/releases
License
This software is released under the BSD Zero Clause (“0BSD”) License.
Copyright (C) 2025 by LoRd_MuldeR <mulder2@gmx.de>.