File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ use crate::{
28
28
/// * The original key will be prefixed with 'encrypted$'.
29
29
///
30
30
/// * The transformed Encryptable dictionary will contain `alg` property indicating
31
- /// the encryption algorithm, `ciphertext` property whose value is a base-64 string of the
32
- /// encrypted value, and optionally `kid` property indicating the encryption key identifier
33
- /// if specified when returning the result of PropertyEncryptor callback call.
31
+ /// the encryption algorithm, `ciphertext` property whose value is a base-64 string of the
32
+ /// encrypted value, and optionally `kid` property indicating the encryption key identifier
33
+ /// if specified when returning the result of PropertyEncryptor callback call.
34
34
///
35
35
/// For security reason, a document that contains Encryptable dictionaries will fail
36
36
/// to push if their value cannot be encrypted including
You can’t perform that action at this time.
0 commit comments