logo
Expand description

Pure Rust implementation of the BelT block cipher specified in STB 34.101.31-2020.

⚠️ Security Warning: Hazmat!

This crate implements only the low-level block cipher function, and is intended for use for implementing higher-level constructions only. It is NOT intended for direct use in applications.

USE AT YOUR OWN RISK!

Re-exports

pub use cipher;

Structs

BeltBlockcipher
BelT block cipher.

Functions

Raw BelT block encryption function used for implementation of higher-level algorithms.