After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686087 - G should be upper case in Elgamal
G should be upper case in Elgamal
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2012-10-13 13:07 UTC by Pavol Klačanský
Modified: 2012-10-22 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pgp: Use correct capitalization of ElGamal (1.05 KB, patch)
2012-10-13 19:11 UTC, Stef Walter
committed Details | Review

Description Pavol Klačanský 2012-10-13 13:07:41 UTC
#: ../pgp/seahorse-gpgme-generate.c:133
msgid "DSA Elgamal"

it should be with upper case "G"
Comment 1 Stef Walter 2012-10-13 19:11:17 UTC
Created attachment 226389 [details] [review]
pgp: Use correct capitalization of ElGamal
Comment 2 Stef Walter 2012-10-13 19:11:43 UTC
Pavol, does that look right?
Comment 3 Matthias Clasen 2012-10-14 01:58:48 UTC
http://en.wikipedia.org/wiki/Taher_Elgamal states:

Dr. Elgamal's surname has been spelled as two words (the Arabic "El" part is equivalent to "the" in English), and as a single word with a medial capital. The cryptographic literature is full of both spellings. Dr. Elgamal himself spells it as a singly capitalized surname, as this is less likely to be mangled in English.
Comment 4 Stef Walter 2012-10-15 04:01:09 UTC
But we do see the encryption algorithm being done with a capital 'G' a lot:

http://en.wikipedia.org/wiki/ElGamal_encryption
Comment 5 Stef Walter 2012-10-22 19:02:32 UTC
Attachment 226389 [details] pushed as 24f8cfc - pgp: Use correct capitalization of ElGamal