Skip to content

Commit

Permalink
docs: Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Nov 27, 2024
1 parent d3fe807 commit 9f58bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pgpCryptoRefresh := crypto.PGPWithProfile(profile.RFC9580())
keyGenHandle := pgp4880.KeyGeneration().AddUserId(name, email).New()
// Generates rsa keys with 3072 bits
rsaKey, err := keyGenHandle.GenerateKey()
// Generates rsa keys with 4092 bits
// Generates rsa keys with 4096 bits
rsaKeyHigh, err := keyGenHandle.GenerateKeyWithSecurity(constants.HighSecurity)

keyGenHandle = pgpDefault.KeyGeneration().AddUserId(name, email).New()
Expand Down

0 comments on commit 9f58bb0

Please sign in to comment.