Skip to content

Commit

Permalink
Remove integrity arg from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Mar 16, 2024
1 parent a50f1ff commit 1b6c087
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stegcloak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ pub mod encrypt {
/// # Arguments
///
/// * `password` - The password to decrypt the secret with
/// * `integrity` - Verify integrity; this must be `true` if the message was created with integrity option.
/// This must be `false` if message was created without integrity option
/// * `message` - The visible text everybody else sees
///
/// # Examples
Expand Down

0 comments on commit 1b6c087

Please sign in to comment.