Skip to content

Commit

Permalink
fix/cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed Jul 28, 2024
1 parent a4f6d7d commit a64b0ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions belt-kwp/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![no_std]
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![forbid(unsafe_code)]
Expand All @@ -21,8 +21,9 @@ extern crate std;
#[cfg(feature = "alloc")]
use alloc::vec::Vec;
use belt_block::{
belt_wblock_dec, belt_wblock_enc,
cipher::{consts::U32, generic_array::GenericArray},
to_u32, belt_wblock_dec, belt_wblock_enc,
to_u32,
};

/// Block size for BelT-KWP
Expand Down

0 comments on commit a64b0ae

Please sign in to comment.