#stb #belt #crypto

belt-block

belt-block block cipher implementation

4 releases

0.1.2 Apr 15, 2023
0.1.1 Sep 23, 2022
0.1.0 Sep 15, 2022
0.0.0 Sep 15, 2022

#2459 in Cryptography

Download history 181/week @ 2023-11-20 38/week @ 2023-11-27 4/week @ 2023-12-04 346/week @ 2023-12-11 143/week @ 2023-12-18 155/week @ 2023-12-25 2340/week @ 2024-01-01 9591/week @ 2024-01-08 2351/week @ 2024-01-15 944/week @ 2024-01-22 1244/week @ 2024-01-29 729/week @ 2024-02-05 50/week @ 2024-02-12 327/week @ 2024-02-19 340/week @ 2024-02-26 3074/week @ 2024-03-04

3,982 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

30KB
391 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.

Documentation

⚠️ 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!

Minimum Supported Rust Version

Rust 1.56 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

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

~365KB