Subject: | GnuPG::Key->hex_data non-functional -- proposing GnuPG::Key->pubkey_data instead |
Date: | Wed, 12 May 2010 00:03:30 -0400 |
To: | bug-GnuPG-Interface [...] rt.cpan.org |
From: | Daniel Kahn Gillmor <dkg [...] fifthhorseman.net> |
Looking at the source code for GnuPG::Interface, i see nowhere that
GnuPG::Key->hex_data ever gets set. I'm not sure how that was ever
supposed to have been used.
Rather than try to implement what appears to be a poorly specified
member, I propose to add a new member of GnuPG::Key named pubkey_data,
which contains a reference to a list of Math::BigInt objects. (the
objects differ based on the algorithm of the key in question).
I've added this to the head of my git repository here:
git://lair.fifthhorseman.net/~dkg/gnupg-interface
I welcome feedback on it.
--dkg
Message body not shown because it is not plain text.