Pure Python Salsa20 Stream Cipher Implementation

betabrain.honshu at gmail.com betabrain.honshu at gmail.com
Fri Feb 8 22:34:30 EST 2008


On 8 Feb., 17:18, Paul Rubin <http://phr...@NOSPAM.invalid> wrote:
> I don't understand why a pure python version of salsa20 would be
> interesting.  Is there some application that uses salsa20, that's
> worth being able to interoperate with in pure python?

The reason for a pure python is that it would be independent from the
platform. A C implementation is faster, but you need to compile it for
every platform. A python implementation doesn't have that problem and
could be used to fall back upon.



More information about the Python-list mailing list