Re: How can I encode something in base32 preferably very fast?

2005-07-25 Thread Elmo Mäntynen
On Mon, 25 Jul 2005 21:15:36 +0300, Elmo Mäntynen wrote: > On Mon, 25 Jul 2005 16:51:05 +0200, Johannes Findeisen wrote: > >> On Mon, 2005-07-25 at 17:23 +0300, Elmo Mäntynen wrote: >>> I want to encode a plaindigest or a hexdigest in base 32. Any hints? >> >> Search Google for "python base32" i

Re: How can I encode something in base32 preferably very fast?

2005-07-25 Thread Elmo Mäntynen
On Mon, 25 Jul 2005 16:51:05 +0200, Johannes Findeisen wrote: > On Mon, 2005-07-25 at 17:23 +0300, Elmo Mäntynen wrote: >> I want to encode a plaindigest or a hexdigest in base 32. Any hints? > > Search Google for "python base32" isn't as hard... > > First result are the original python lib docu

Re: How can I encode something in base32 preferably very fast?

2005-07-25 Thread Johannes Findeisen
On Mon, 2005-07-25 at 17:23 +0300, Elmo Mäntynen wrote: > I want to encode a plaindigest or a hexdigest in base 32. Any hints? Search Google for "python base32" isn't as hard... First result are the original python lib documentation: http://docs.python.org/lib/module-base64.html I think you nee

How can I encode something in base32 preferably very fast?

2005-07-25 Thread Elmo Mäntynen
I want to encode a plaindigest or a hexdigest in base 32. Any hints? Elmo -- http://mail.python.org/mailman/listinfo/python-list