Skip to content

Commit

Permalink
corrects documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Feb 26, 2024
1 parent 6784b42 commit bbe49da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
name = "rgp"
readme = "README.md"
repository = "https://github.com/seanwatters/rgp"
version = "0.3.0"
version = "0.3.1"

[dependencies]
blake2 = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion src/crypto/modes/dh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub const DH_MODE: u8 = 2;
/// 4. Encrypt content key for all recipients
/// - Generate shared secret with recipient's public key and sender's private key
/// - HMAC the shared secret with the provided key
/// - Encrypt content key with shared secret
/// - Encrypt content key with the HMAC result
pub const DH_WITH_HMAC_MODE: u8 = 4;

/// generates `Dh` pub/priv key pairs.
Expand Down

0 comments on commit bbe49da

Please sign in to comment.