Re: [viff-devel] Python bindings for NaCl

2008-09-03 Thread Martin Geisler
Adam Langley [EMAIL PROTECTED] writes: Hi Adam djb suggested I email this list and solicit any suggestions for Python bindings for NaCl. I sent an RFC patch to djb last week containing a suggested set of bindings which worked like this: Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22)

Re: [viff-devel] Python bindings for NaCl

2008-09-03 Thread Adam Langley
On Wed, Sep 3, 2008 at 1:41 AM, Martin Geisler [EMAIL PROTECTED] wrote: I think I would have used plain bytestrings here too and require that the application takes care of encoding the Unicode string in a suitable way (UTF-8 or whatever works for the application). The default encoding is