Skip to content

Commit

Permalink
Update lib.rs (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRadioGuy authored Oct 10, 2020
1 parent 4fed664 commit 75c2c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aes/aesni/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! CTR mode implementation. This functionality requires additionall `ssse3`
//! target feature and feature-gated behind `ctr` feature flag, which is enabled
//! by default. If you only need block ciphers, disable default features with
//! `default-features = false` in your `Cargro.toml`.
//! `default-features = false` in your `Cargo.toml`.
//!
//! AES-CTR functionality is accessed using traits from
//! [`stream-cipher`](https://docs.rs/stream-cipher) crate.
Expand Down

0 comments on commit 75c2c21

Please sign in to comment.