Skip to content

Commit

Permalink
fix doc typo in hazmat.rs (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianthorn committed Mar 11, 2023
1 parent 6c6989e commit 7822e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aes/src/hazmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! There are very few valid uses cases for this API. It's intended to be used
//! for implementing well-reviewed higher-level constructions.
//!
//! We do NOT recommending using it to implement any algorithm which has not
//! We do NOT recommend using it to implement any algorithm which has not
//! received extensive peer review by cryptographers.

use crate::{soft::fixslice::hazmat as soft, Block, Block8};
Expand Down

0 comments on commit 7822e53

Please sign in to comment.