Merge pull request #842 from nyradr/Documentation_fix_openssl_symm
Fix symm decrypt documentation example
This commit is contained in:
commit
4f58ebd270
|
|
@ -505,7 +505,7 @@ pub fn encrypt(
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// Decrypt data in AES256 ECB mode
|
/// Decrypt data in AES128 CBC mode
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use openssl::symm::{decrypt, Cipher};
|
/// use openssl::symm::{decrypt, Cipher};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue