On 03/23/2011 06:12 AM, Niels Möller wrote:
Thanks. I'm going to commit this. I noticed some incorrect file names in the file headers (which I'll fix), and there's no copyright line. I guess I should simply add
Copyright (C) 2011 Daniel Kahn Gillmor
at the top of the new files.
This is fine, thanks. sorry about the incorrect file names -- i hate being caught copying and pasting! :P
I did not see nettle_armor in the docs at all, so i didn't add any docs about nettle_armors[]. Maybe that whole section needs to be written?
The reason these functionality is undocumented is most likely that I wasn't confident that the interface is right, it's not been used very much.
That makes sense to me. I looked at trying to make a Crypt::Nettle::Armor in the perl bindings to take advantage of it, and decided that (a) i wasn't exactly sure how i wanted to use it, and (b) it probably wasn't worth it because perl has good native base64 and base16 encoding/decoding anyway.
--dkg