Skip to content

Commit

Permalink
Document kdfParameters for X448
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed May 10, 2024
1 parent 45c32b0 commit f821553
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ protected PGPKeyConverter()
* <td>SHA2-256</td>
* <td>AES-128</td>
* </tr>
* <tr>
* <td>Curve448</td>
* <td>SHA2-512</td>
* <td>AES-256</td>
* </tr>
* </table>
*/
protected PGPKdfParameters implGetKdfParameters(ASN1ObjectIdentifier curveID, PGPAlgorithmParameters algorithmParameters)
Expand Down

0 comments on commit f821553

Please sign in to comment.