7 releases

Uses new Rust 2024

0.2.0-pre.3 Mar 7, 2025
0.2.0-pre.2 Aug 14, 2024
0.2.0-pre.1 Jul 27, 2024
0.1.2 Apr 15, 2023
0.0.0 Sep 15, 2022

#2881 in Cryptography

Download history 613/week @ 2024-11-24 851/week @ 2024-12-01 850/week @ 2024-12-08 1033/week @ 2024-12-15 40/week @ 2024-12-22 1683/week @ 2024-12-29 211/week @ 2025-01-05 346/week @ 2025-01-12 402/week @ 2025-01-19 757/week @ 2025-01-26 462/week @ 2025-02-02 319/week @ 2025-02-09 1547/week @ 2025-02-16 5282/week @ 2025-02-23 3764/week @ 2025-03-02 1707/week @ 2025-03-09

12,328 downloads per month
Used in 12 crates (4 directly)

MIT/Apache

30KB
402 lines

RustCrypto: Belt-Block

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

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

⚠️ Security Warning: Hazmat!

This crate does not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly!

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.

Dependencies

~640KB
~17K SLoC