Fix symm decrypt documentation example
This commit is contained in:
parent
21c5263767
commit
8abc51c2b3
|
|
@ -505,7 +505,7 @@ pub fn encrypt(
|
|||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Decrypt data in AES256 ECB mode
|
||||
/// Decrypt data in AES128 CBC mode
|
||||
///
|
||||
/// ```
|
||||
/// use openssl::symm::{decrypt, Cipher};
|
||||
|
|
|
|||
Loading…
Reference in New Issue