Skip to content

Commit

Permalink
Merge pull request #513 from /issues/512-update-comment-crypto
Browse files Browse the repository at this point in the history
Fix #512: Update comment for EciesPayload
  • Loading branch information
romanstrobl authored Aug 30, 2023
2 parents 5853337 + 168c78d commit 2e3dc63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class EciesPayload {
EciesParameters parameters;

/**
* Constructor for V3.1 protocol version ECIES structure.
* Constructor for V3.0 and V3.1 protocol versions of ECIES structure.
* @param ephemeralPublicKey Ephemeral public key.
* @param mac Message authentication code.
* @param encryptedData Encrypted data.
Expand All @@ -44,7 +44,7 @@ public EciesPayload(byte[] ephemeralPublicKey, byte[] mac, byte[] encryptedData,
}

/**
* Constructor for V3.2 protocol version ECIES structure.
* Constructor for V3.2 protocol version of ECIES structure.
* @param ephemeralPublicKey Ephemeral public key.
* @param mac Message authentication code.
* @param encryptedData Encrypted data.
Expand Down

0 comments on commit 2e3dc63

Please sign in to comment.