Re: libgcrypt interface
[email protected] (Dave Paris) Sun, 29 Dec 2002 08:34:13 -0500
| Newsgroups | perl.crypto |
|---|---|
| Message-ID | <[email protected]> |
Please keep the module in the Crypt:: tree, perhaps as Crypt::GCrypt::*. Top-level module namespace is typically generic, like Net::, Math::, etc. regardless of the libraries implemented by their constituents. Thanks~ -dsp Robert Bihlmeyer wrote: >Hi, > >I wrote an interface to the gcrypt library that is depended upon by >a bunch of applications (and therefore already present on many systems). > >Is everyone cool if I grab the GCrypt::* namespace for that? Other >suggestions? >