sponges/bash-f/README.md
2025-10-24 00:49:57 +03:00

2.1 KiB

RustCrypto: bash-f

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

BelHash - STB 34.101.77-2020 Sponge-Based Cryptographic Algorithms

This module implements the cryptographic algorithms defined in the Belarusian state standard STB 34.101.77-2020 "Sponge-based cryptographic algorithms".

Overview

The standard defines a family of cryptographic algorithms built on a sponge construction with the bash-f sponge function at its core. The sponge function operates on 1536-bit (192-byte) states.

Security Notes

No security audits of this crate have ever been performed, and it has not been thoroughly assessed to ensure its operation is constant-time on common CPU architectures.

USE AT YOUR OWN RISK!

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.